hostname: {{ hostname }}
nodename: {{uwsgi.cluster_node_name()}}
uid: {{ uid }}
gid: {{ gid }}
cwd: {{ cwd }}
mode: {{uwsgi.mode}}
loop: {{uwsgi.loop}}
started_on: {{uwsgi.started_on|unixtime}}
workers: {{uwsgi.numproc}}
cores: {{ uwsgi.cores }}
masterpid: {{uwsgi.masterpid()}}
cluster: {{uwsgi.cluster()}}
{% if uwsgi.opt['spooler'] %}
spooler pid: {{uwsgi.spooler_pid()}}
{% endif %}
{% if uwsgi.has_threads == 1 %}
--- threads enabled ---
{% endif %}