summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-30 17:02:20 +0100
committerBenBE <BenBE@geshi.org>2020-11-16 18:14:06 +0100
commit15eab2012d2100e1ddd20c186db23a8172b5858d (patch)
treeabb5c7cbe6c3c097ba05a1c7c4504f12910d342a /Process.h
parenta8a723ffe919cc3e8e3ef7ad6c07adb0ee0f715b (diff)
Add process column for normalized CPU usage
Shows the process CPU usage divided by the number of CPU cores
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 c75ee501..631eba74 100644
--- a/Process.h
+++ b/Process.h
@@ -48,6 +48,7 @@ typedef enum ProcessFields {
TIME = 50,
NLWP = 51,
TGID = 52,
+ PERCENT_NORM_CPU = 53,
} ProcessField;
typedef struct ProcessPidColumn_ {

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