summaryrefslogtreecommitdiffstats
path: root/netbsd
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2021-05-24 23:52:10 +0530
committerBenBE <BenBE@geshi.org>2021-06-26 12:18:37 +0200
commit612462e33d89fe6901969a9b698438c735678c4c (patch)
treee09bbd4bf9d183f65041254e9353e6a5a6865234 /netbsd
parent58a895e54cf846b8dcbe63cdd929194e68a710ea (diff)
Adds the ELAPSED column for NetBSD.
Additional details regarding ELAPSED column can be found in #627.
Diffstat (limited to 'netbsd')
-rw-r--r--netbsd/NetBSDProcess.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/netbsd/NetBSDProcess.c b/netbsd/NetBSDProcess.c
index a30c1bfa..be87e3d7 100644
--- a/netbsd/NetBSDProcess.c
+++ b/netbsd/NetBSDProcess.c
@@ -110,6 +110,12 @@ const ProcessFieldData Process_fields[LAST_PROCESSFIELD] = {
.description = "Time the process was started",
.flags = 0,
},
+ [ELAPSED] = {
+ .name = "ELAPSED",
+ .title = "ELAPSED ",
+ .description = "Time since the process was started",
+ .flags = 0,
+ },
[PROCESSOR] = {
.name = "PROCESSOR",
.title = "CPU ",

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