##// END OF EJS Templates
processes: show age of processes.
marcink -
r2304:2ea4335b default
parent child Browse files
Show More
@@ -46,6 +46,9 b''
46 46 VMS:${h.format_byte_size_binary(mem.vms)}
47 47 </td>
48 48 <td>
49 AGE: ${h.age_component(h.time_to_utcdatetime(proc.create_time()))}
50 </td>
51 <td>
49 52 MASTER
50 53 </td>
51 54 </tr>
@@ -75,6 +78,9 b''
75 78 VMS:${h.format_byte_size_binary(mem.vms)}
76 79 </td>
77 80 <td>
81 AGE: ${h.age_component(h.time_to_utcdatetime(proc_child.create_time()))}
82 </td>
83 <td>
78 84 <a href="#restartProcess" onclick="restart(this, ${proc_child.pid});return false">
79 85 restart
80 86 </a>
General Comments 0
You need to be logged in to leave comments. Login now