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 f32e91539cc2ae55378988ff7c437e75f73154e8
Author: Alastair Poole <[email protected]>
AuthorDate: Mon Mar 30 09:56:39 2026 +0100
format: formatting.
---
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 7c96f6e..6448800 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] = { "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 },
+ [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.