ps: exploit the library addition for 'cpu utilization'
authorJim Warner <james.warner@comcast.net>
Fri, 4 Mar 2022 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Sun, 6 Mar 2022 03:52:34 +0000 (14:52 +1100)
commit2ac72e2e801e015532b555ae0f2272c8ecef2c8b
tree9755970ee6b7776f0ed4178dd5ef2404b6c8bd5c
parent9c0e8e9429d232a85baef3d6fa8269963fd80741
ps: exploit the library addition for 'cpu utilization'

This just parallels the top program by adding that new
library PIDS_UTILIZATION item to the ps repertoire. It
should be noted, however, that the new %CUU field is a
little redundant. I mean, ps already has 4 such fields
implemented identified as: '%cpu', 'c', 'cp' & 'pcpu'.

Oh well, at least the newest one offers a little value
added in the form of extra precision. We'll follow the
top lead and display results in the form of: '##.###'.

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/common.h
ps/global.c
ps/output.c
ps/ps.1