summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-18 17:35:56 +1000
committerNathan Scott <nathans@redhat.com>2020-08-18 17:35:56 +1000
commit579995c7c2385b844d81b2508710dcbbe9b0d64f (patch)
treedd36573026ac25287f48778380f69cbe1870a14d /linux
parent98e8da8bd332b10b2c6c2c124ce9fc46fd6a53a6 (diff)
parentc34be41e1ca89e81e43cfe3be01b52478461f70e (diff)
Merge branch 'hishamhm-pull-842'
Diffstat (limited to 'linux')
-rw-r--r--linux/LinuxProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcess.c b/linux/LinuxProcess.c
index 7fd7ddce..7387473f 100644
--- a/linux/LinuxProcess.c
+++ b/linux/LinuxProcess.c
@@ -204,7 +204,7 @@ ProcessFieldData Process_fields[] = {
[M_DRS] = { .name = "M_DRS", .title = " DATA ", .description = "Size of the data segment plus stack usage of the process", .flags = 0, },
[M_LRS] = { .name = "M_LRS", .title = " LIB ", .description = "The library size of the process", .flags = 0, },
[M_DT] = { .name = "M_DT", .title = " DIRTY ", .description = "Size of the dirty pages of the process", .flags = 0, },
- [ST_UID] = { .name = "ST_UID", .title = " UID ", .description = "User ID of the process owner", .flags = 0, },
+ [ST_UID] = { .name = "ST_UID", .title = " UID ", .description = "User ID of the process owner", .flags = 0, },
[PERCENT_CPU] = { .name = "PERCENT_CPU", .title = "CPU% ", .description = "Percentage of the CPU time the process used in the last sampling", .flags = 0, },
[PERCENT_MEM] = { .name = "PERCENT_MEM", .title = "MEM% ", .description = "Percentage of the memory the process is using, based on resident memory size", .flags = 0, },
[USER] = { .name = "USER", .title = "USER ", .description = "Username of the process owner (or user ID if name cannot be determined)", .flags = 0, },

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