2013-08-22 14:20:07 +02:00
|
|
|
uWSGI top-like interface.
|
|
|
|
Run your uWSGI server with the stats server enabled, for example:
|
|
|
|
|
|
|
|
uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket
|
|
|
|
|
|
|
|
Then connect uwsgitop to the stats socket
|
|
|
|
|
|
|
|
uwsgitop /tmp/stats.socket
|
|
|
|
|
2018-04-25 18:42:37 +02:00
|
|
|
WWW: https://pypi.org/project/uwsgitop/
|