# | pid | status | requests | exceptions | signals | running time | avg response time | {% if 'memory-report' in uwsgi.opt %}rss | vsz | {% endif %}# respawn |
---|---|---|---|---|---|---|---|---|---|---|
{{w.id}} | {{w.pid}} | {{w.status}} | {{w.requests}} | {{w.exceptions}} | {{w.signals}} | {{w.running_time/1000}} | {{w.avg_rt/1000}} | {% if 'memory-report' in uwsgi.opt %}{{(w.rss/1000/1000)|round(2,'floor')}}MB | {{(w.vsz/1000/1000)|round(2,'floor')}}MB | {% endif %}{{w.respawn_count}} |
# | modifier1 | mountpoint | interpreter | callable | chdir | requests | exceptions |
---|---|---|---|---|---|---|---|
{{app.id}} | {{app.modifier1}} | {{app.mountpoint}} | {{app.interpreter}} | {{app.callable}} | {{app.chdir}} | {{app.requests}} | {{app.exceptions}} |
hostname | socket | |||
---|---|---|---|---|
{{ uwsgi.cluster_node_name(ucn) }} | {{ ucn }} | |||
All cluster nodes |