The dispatcher is the central magement system.
It spawns an XMLRPC server per scan and provides 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'] )%> | <% if !( job['owner'] =~/WebUI helper/ ) %> <%if !job['paused'] %> <%end%> <%if job['paused'] %> <% end %> <% end %> |