${_('Gunicorn process management')}

List of Gunicorn processes on this machine

% for proc in c.gunicorn_processes: <% mem = proc.memory_info()%> % endfor
${proc.pid} - ${proc.name()} RSS:${h.format_byte_size_binary(mem.rss)} VMS:${h.format_byte_size_binary(mem.vms)} <% is_master = proc.children(recursive=True) %> % if is_master: MASTER % else: restart % endif