This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit b92867d19c64db65963c5b38d8a9053ca089d9b3
Author: Alastair Poole <[email protected]>
AuthorDate: Mon Mar 30 09:54:43 2026 +0100

    column titles. like the others.
---
 src/bin/ui/evisum_ui_process_list.c | 38 ++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/bin/ui/evisum_ui_process_list.c b/src/bin/ui/evisum_ui_process_list.c
index fbba1d8..7c96f6e 100644
--- a/src/bin/ui/evisum_ui_process_list.c
+++ b/src/bin/ui/evisum_ui_process_list.c
@@ -98,25 +98,25 @@ typedef struct {
 } Proc_Field_Info;
 
 static const Proc_Field_Info _proc_field_info[PROC_FIELD_MAX] = {
-    [PROC_FIELD_CMD] = { "command", "Command",         PROC_SORT_BY_CMD       },
-    [PROC_FIELD_UID] = { "user",    "User",            PROC_SORT_BY_UID       },
-    [PROC_FIELD_PID] = { "pid",     "Process ID",      PROC_SORT_BY_PID       },
-    [PROC_FIELD_THREADS] = { "thr",     "Threads",         PROC_SORT_BY_THREADS   },
-    [PROC_FIELD_CPU] = { "cpu",     "CPU #",           PROC_SORT_BY_CPU       },
-    [PROC_FIELD_PRI] = { "pri",     "Priority",        PROC_SORT_BY_PRI       },
-    [PROC_FIELD_NICE] = { "nice",    "Nice",            PROC_SORT_BY_NICE      },
-    [PROC_FIELD_FILES] = { "files",   "Open Files",      PROC_SORT_BY_FILES     },
-    [PROC_FIELD_SIZE] = { "size",    "Memory Size",     PROC_SORT_BY_SIZE      },
-    [PROC_FIELD_VIRT] = { "virt",    "Memory Virtual",  PROC_SORT_BY_VIRT      },
-    [PROC_FIELD_RSS] = { "res",     "Memory Reserved", PROC_SORT_BY_RSS       },
-    [PROC_FIELD_SHARED] = { "shr",     "Memory Shared",   PROC_SORT_BY_SHARED    },
-    [PROC_FIELD_STATE] = { "state",   "State",           PROC_SORT_BY_STATE     },
-    [PROC_FIELD_TIME] = { "time",    "Time",            PROC_SORT_BY_TIME      },
-    [PROC_FIELD_CPU_USAGE] = { "cpu %",   "CPU Usage",       PROC_SORT_BY_CPU_USAGE },
-    [PROC_FIELD_NET_IN] = { "net in",  "Network In",      PROC_SORT_BY_NET_IN    },
-    [PROC_FIELD_NET_OUT] = { "net out", "Network Out",     PROC_SORT_BY_NET_OUT   },
-    [PROC_FIELD_DISK_READ] = { "disk read", "Disk Read", PROC_SORT_BY_DISK_READ },
-    [PROC_FIELD_DISK_WRITE] = { "disk write", "Disk Write", PROC_SORT_BY_DISK_WRITE },
+    [PROC_FIELD_CMD] = { "COMMAND", "Command",         PROC_SORT_BY_CMD       },
+    [PROC_FIELD_UID] = { "USER",    "User",            PROC_SORT_BY_UID       },
+    [PROC_FIELD_PID] = { "PID",     "Process ID",      PROC_SORT_BY_PID       },
+    [PROC_FIELD_THREADS] = { "THR",     "Threads",         PROC_SORT_BY_THREADS   },
+    [PROC_FIELD_CPU] = { "CPU",     "CPU #",           PROC_SORT_BY_CPU       },
+    [PROC_FIELD_PRI] = { "PRI",     "Priority",        PROC_SORT_BY_PRI       },
+    [PROC_FIELD_NICE] = { "NI",    "Nice",            PROC_SORT_BY_NICE      },
+    [PROC_FIELD_FILES] = { "FD",   "Open Files",      PROC_SORT_BY_FILES     },
+    [PROC_FIELD_SIZE] = { "SIZE",    "Memory Size",     PROC_SORT_BY_SIZE      },
+    [PROC_FIELD_VIRT] = { "VIRT",    "Memory Virtual",  PROC_SORT_BY_VIRT      },
+    [PROC_FIELD_RSS] = { "RES",     "Memory Reserved", PROC_SORT_BY_RSS       },
+    [PROC_FIELD_SHARED] = { "SHR",     "Memory Shared",   PROC_SORT_BY_SHARED    },
+    [PROC_FIELD_STATE] = { "S",   "State",           PROC_SORT_BY_STATE     },
+    [PROC_FIELD_TIME] = { "TIME+",    "Time",            PROC_SORT_BY_TIME      },
+    [PROC_FIELD_CPU_USAGE] = { "CPU%",   "CPU Usage",       PROC_SORT_BY_CPU_USAGE },
+    [PROC_FIELD_NET_IN] = { "RX/s",  "Network In",      PROC_SORT_BY_NET_IN    },
+    [PROC_FIELD_NET_OUT] = { "TX/s", "Network Out",     PROC_SORT_BY_NET_OUT   },
+    [PROC_FIELD_DISK_READ] = { "R/s", "Disk Read", PROC_SORT_BY_DISK_READ },
+    [PROC_FIELD_DISK_WRITE] = { "W/s", "Disk Write", PROC_SORT_BY_DISK_WRITE },
 };
 
 static const Proc_Field_Info *

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to