summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-05-02 13:29:39 +0200
committercgzones <cgzones@googlemail.com>2021-05-23 15:43:23 +0200
commit550a1418606f487941b3dddbf81de17c459db66c (patch)
tree7e0b902b406d7858772dc8b14d65fb4cc72b8de9 /Process.h
parent3d5b6d9282e584557999772d3cedd7e8ceddabbd (diff)
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
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Process.h b/Process.h
index dfd28135..b2d3482e 100644
--- a/Process.h
+++ b/Process.h
@@ -46,6 +46,7 @@ typedef enum ProcessField_ {
NLWP = 51,
TGID = 52,
PERCENT_NORM_CPU = 53,
+ ELAPSED = 54,
PROC_COMM = 124,
PROC_EXE = 125,

© 2014-2024 Faster IT GmbH | imprint | privacy policy