procps/ps
Jim Warner 6490349e64 ps: enabled sort with 'utilization' related specifiers
When %CUU was added, in the commit referenced below, I
stated that 4 similar specifiers already existed. Well
I misspoke since there is actually 5 including 'util'.

Each of those fields had no sort capability. Since the
values are dynamically calculated, they were forced to
use 'PIDS_extra' as the format_array 'sr' designation.

Now each will use 'PIDS_UTILIZATION' and be sort-able.

[ yes, sometimes the calculated values could contain ]
[ reaped children while the sort field does not. but ]
[ such disparity depends on obscure bsd/gnu options. ]

Reference(s):
. Mar, 2022 - added %CUU
commit 2ac72e2e80

Signed-off-by: Jim Warner <james.warner@comcast.net>
2022-03-07 20:29:06 +11:00
..
common.h ps: enabled sort with 'utilization' related specifiers 2022-03-07 20:29:06 +11:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
display.c ps: response to those library changes for 'TIME' stuff 2022-02-27 21:27:02 +11:00
global.c ps: exploit the library addition for 'cpu utilization' 2022-03-06 14:52:34 +11:00
HACKING docs: remove old information from HACKING 2012-01-13 22:42:38 +01:00
help.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
output.c ps: enabled sort with 'utilization' related specifiers 2022-03-07 20:29:06 +11:00
parser.c ps: eliminated inadvertent trailing double semi-colons 2020-04-10 14:37:15 +10:00
ps.1 ps: exploit the library addition for 'cpu utilization' 2022-03-06 14:52:34 +11:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: Match on truncated 16 char for -C 2020-09-24 22:19:11 +10:00
sortformat.c ps: swat insidious bug with the %cpu' format specifier 2022-03-06 14:52:34 +11:00
stacktrace.c misc: just eliminate several 'unused' warning messages 2016-07-26 07:59:48 +10:00