On Wed, Jun 05, 2019 at 03:34:02AM -0500, Rob Landley wrote: > 400%cpu 22%user 0%nice 9%sys 370%idle 0%iow 0%irq 0%sirq 0%host > The 400% cpu means it's a 4x SMP system, that's the total available CPU. > > 370% idle means 30% of one CPU is used (22% user and 9% sys, mostly chromium > background noise), and the remaining 3 and 3/4 processor time is idle.
Sorry. I didn't immediately remember this was intentional. Had a busybox window aside, and it got no total field for CPU count, starts with user percentage. Toybox differing in that it lets 100% represent one core rather than all CPUs, across all fields, was clear from the varying 370% in idle, so the total may be unnecessary: > 400%cpu 22%user 0%nice 9%sys 370%idle 0%iow 0%irq 0%sirq 0%host > ^ ^ ^ But some redundancy is okay, just got confused. Never mind. _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
