mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
uwsgitop is a top-like command that uses the stats server. Run your uWSGI server
|
|
with the stats server enabled. Ex.:
|
|
|
|
uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket
|
|
|
|
Then, connect uwsgitop to the stats socket:
|
|
|
|
uwsgitop /tmp/stats.socket
|