summaryrefslogtreecommitdiff
path: root/www/py-uwsgitop/DESCR
blob: fdf93082a70b499b93167118cd526defb7eef19b (plain)
1
2
3
4
5
6
7
8
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