aboutsummaryrefslogtreecommitdiffstats
path: root/www/uwsgitop/pkg-descr
blob: aae576824d9e6b8705189f044c7a6aa8741a0db3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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

WWW: https://pypi.org/project/uwsgitop/