blob: 7cfeadd69651164a9e1b78b534e25d436bd0371e (
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.python.org/pypi/uwsgitop
|