mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
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/
|