##// END OF EJS Templates
process-management: show helper for CMDLINE.
marcink -
r1886:50952b7b default
parent child Browse files
Show More
@@ -22,6 +22,12 b''
22 </code>
22 </code>
23 </td>
23 </td>
24 <td>
24 <td>
25 <a href="#showCommand" onclick="$('#pid'+${proc.pid}).toggle();return false"> command </a>
26 <code id="pid${proc.pid}" style="display: none">
27 ${''.join(proc.cmdline())}
28 </code>
29 </td>
30 <td>
25 RSS:${h.format_byte_size_binary(mem.rss)}
31 RSS:${h.format_byte_size_binary(mem.rss)}
26 </td>
32 </td>
27 <td>
33 <td>
General Comments 0
You need to be logged in to leave comments. Login now