The dispatchers spawn RPC instances and provide relevant statistics.
This interface allows you to "Attach" to (see the output of), pause, resume and shutdown instances.
PID | Port | Owner | State | Progress | Start time (Server-side) | Current time (Server-side) | Runtime | Memory usage (%) | CPU usage | Action |
---|---|---|---|---|---|---|---|---|---|---|
<%=job['pid']%> | <%=job['port']%> | <%=escape( job['owner'] )%> | <%=job['status']%> | <%=job['progress']%>% | <%=job['starttime'].to_time%> | <%=job['currtime'].to_time%> | <%=secs_to_hms( job['runtime'] )%> | <%=proc_mem( job['proc']['rss'] )%> MB (<%=job['proc']['pctmem']%>%) | <%=job['proc']['pctcpu']%>% | <% if !( job['owner'] =~/WebUI helper/ )%> <% if !job_is_slave?( job ) %> <% status = ( job['status'] ? job['status'].downcase : '' ) %> <%if status == 'busy' %> <%end%> <%if status == 'paused' %> <% end %> <% else %> This is <%=escape( job['owner'] )%>'s slave and is sharing the workload for the <%=escape( job['helpers']['target'] )%> scan. <% end %> <% end %> |