Add process column for normalized CPU usage

Shows the process CPU usage divided by the number of CPU cores
This commit is contained in:
Christian Göttsche
2020-10-30 17:02:20 +01:00
committed by BenBE
parent a8a723ffe9
commit 15eab2012d
7 changed files with 23 additions and 6 deletions

View File

@ -48,6 +48,7 @@ typedef enum ProcessFields {
TIME = 50,
NLWP = 51,
TGID = 52,
PERCENT_NORM_CPU = 53,
} ProcessField;
typedef struct ProcessPidColumn_ {