summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2018-10-07 11:16:12 +0200
committerDaniel Lange <DLange@git.local>2018-10-07 11:16:12 +0200
commitc34be41e1ca89e81e43cfe3be01b52478461f70e (patch)
tree9981ec9b7c9e2fa36b6f702342ee90362526ca79 /unsupported
parent67e368914a1b03cbf18c4c7b678f424f5e18ad2e (diff)
Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking alignment
Issue Github #841, Debian bug #910492
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index ba844191..e4c0e8ce 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -50,7 +50,7 @@ ProcessFieldData Process_fields[] = {
[PROCESSOR] = { .name = "PROCESSOR", .title = "CPU ", .description = "Id of the CPU the process last executed on", .flags = 0, },
[M_SIZE] = { .name = "M_SIZE", .title = " VIRT ", .description = "Total program size in virtual memory", .flags = 0, },
[M_RESIDENT] = { .name = "M_RESIDENT", .title = " RES ", .description = "Resident set size, size of the text and data sections, plus stack usage", .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