Adds the ELAPSED column for NetBSD.

Additional details regarding ELAPSED column can be found in #627.
This commit is contained in:
fraggerfox 2021-05-24 23:52:10 +05:30 committed by BenBE
parent 58a895e54c
commit 612462e33d
1 changed files with 6 additions and 0 deletions

View File

@ -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 ",