MilhouseVH / bcmstat

Simple Raspberry Pi monitoring tool
GNU General Public License v2.0
263 stars 36 forks source link

Adding simpler cpustats #13

Closed oboote closed 4 years ago

oboote commented 6 years ago

For basic monitoring I found the x flag CPU stats to be too detailed and caused the display to wrap on my preferred screen size; I've added an additional flag to display simpler stats which include just:

%user %nice %sys+ %total

(I combined the hardware/software system interrupts and i/o wait times into %sys+ and removed %idle)

It's a bit rough (duplicated and adapted the x/X code) so it'll error if used simultaneously with x/X.

MilhouseVH commented 4 years ago

Closing this - see #14. Thanks!