mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Add ELAPSED process column
Add process columns showing the elapsed time since the process was started. Similar to STARTTIME, but shows the time passed since the process start instead of the fixed start time of the process. Closes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782636
This commit is contained in:

committed by
cgzones

parent
3d5b6d9282
commit
550a141860
@ -108,6 +108,12 @@ const ProcessFieldData Process_fields[LAST_PROCESSFIELD] = {
|
||||
.description = "Time the process was started",
|
||||
.flags = 0,
|
||||
},
|
||||
[ELAPSED] = {
|
||||
.name = "ELAPSED",
|
||||
.title = "ELAPSED ",
|
||||
.description = "Time since the process was started",
|
||||
.flags = 0,
|
||||
},
|
||||
[PROCESSOR] = {
|
||||
.name = "PROCESSOR",
|
||||
.title = "CPU ",
|
||||
|
Reference in New Issue
Block a user