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