##// END OF EJS Templates
process-management: show CPU numbers for processes.
marcink -
r1888:5bc22a65 default
parent child Browse files
Show More
@@ -29,6 +29,7 b''
29 ${''.join(proc.cmdline())}
29 ${' '.join(proc.cmdline())}
30 </code>
30 </code>
31 </td>
31 </td>
32 <td></td>
32 <td>
33 <td>
33 RSS:${h.format_byte_size_binary(mem.rss)}
34 RSS:${h.format_byte_size_binary(mem.rss)}
34 </td>
35 </td>
@@ -54,6 +55,9 b''
54 </code>
55 </code>
55 </td>
56 </td>
56 <td>
57 <td>
58 CPU: ${proc_child.cpu_percent()} %
59 </td>
60 <td>
57 RSS:${h.format_byte_size_binary(mem.rss)}
61 RSS:${h.format_byte_size_binary(mem.rss)}
58 </td>
62 </td>
59 <td>
63 <td>
General Comments 0
You need to be logged in to leave comments. Login now