{{ w.id }} |
{{ w.pid }} |
{{ w.status.decode }} |
{{ w.requests }} |
{{ w.exceptions }} |
{{ w.signals }} |
{{ w.running_time }} |
{{ w.avg_rt }} |
{{ w.load|floatformat:2 }} % |
{{ w.last_spawn }} |
{{ w.respawn_count }} |
{% if 'memory-report' in uwsgi.opt %}
{{ w.vsz|filesizeformat }} |
{{ w.rss|filesizeformat }} |
{% endif %}
{% endfor %}