2.2 snapshot CPU USAGE %100
-
clear installation, no client, no rule. cpu: intel i5
-
The picture above shows the CPU utilization being updated after 10 seconds. Also the load averages all show 0.00 which indicate no load at all. Load averages should be shown instantly after loading the page, but for the actual CPU usage bar you need to wait for the 10 second thingy.
-
I agree it is a bit confusing.
I think the progress bar colour should be changed to grey during the initial waiting period to avoid confusion like this, that would just be better UX, but at the end of the day it doesn't matter that much.
-
It is changed, it's candy striped/barber pole red and grey vs solid red like the others. Though it could be more clear.
-
Not sure why the cpu usage display was disabled, but it seems to work fine when re-enabled.
Edit the following…
folder:
/usr/local/www/widgets/widgets/
file:
system_information.widget.php
on or about line #97, change from:
jQuery("#cpuPB").progressbar( { value:false } );
to:
jQuery("#cpuPB").progressbar( { value: } );
save the file and refresh the status dashboard.
Jay.