The dispatchers spawn an XMLRPC server per scan and provide statistics for all running server instances.
This interface allows you to "Attach" to (see the output of), pause, resume and shutdown instances.
PID | Port | Owner | State | Start time (Server-side) | Current time (Server-side) | Runtime | Memory consumption | Action | |
---|---|---|---|---|---|---|---|---|---|
<%=job['pid']%> | <%=job['port']%> | <%=job['owner']%> | <%if !job['paused'] %>Running | <% else %>Paused | <% end %><%=job['starttime'].to_time%> | <%=job['currtime'].to_time%> | <%=secs_to_hms( job['runtime'] )%> | <%=proc_mem( job['proc']['rss'] )%> MB | <% if !( job['owner'] =~/WebUI helper/ ) %> <%if !job['paused'] %> <%end%> <%if job['paused'] %> <% end %> <% end %> |