Re: important newlib patches

Craig Small <[email protected]> Mon, 28 Feb 2022 20:34:01 +1100
Newsgroups gmane.linux.procps.devel
Message-ID <CALy8Cw4kaambMgFanTxSow2tffJ-yokLoAaJuzmg36beK=YL8w@mail.gmail.com>
Hi Jim,
On Mon, 28 Feb 2022 at 07:41, Jim Warner <[email protected]> wrote:

> And as side benefit, this ELAPSED field is easily compared to the system
> up time, assuming top's load/uptime toggle is on.
>
It also depends on how long the system has been up:
up 17 days, 11:21,  1 user,  load average: 0.35, 0.65, 1.02
ELAPSED of a process is  335,50 which is about 13 days.  But it looks a
like neater code-wise anyhow.


> p.s. not sure how you feel about the new %CUU field -- but I like it a lot.

That's pretty neat actually, CPU load versus total run time.  ps probably
should have that too as it makes *way* more sense to use %CUU rather than
%CPU in a one-shot setup.

 - Craig