BenRoe / MMM-SystemStats

A module for the MagicMirror, to display system stats (cpu tmp, free ram, cpu load)
MIT License
92 stars 42 forks source link

Unit used for system load #10

Open hanoba opened 6 years ago

hanoba commented 6 years ago

It should be described what the unit for the displayed system load is.

I assume 1.00 = 100% ? On the other hand, I have already seen values > 1! I propose to change the system load to % (only integers, same as free RAM).

BR Harald

flyingchipmunk commented 6 years ago

System load isn't a simple metric label, for a detailed description take a look at this:

http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages

It boils down to 1 x num cores = "ok", i.e 4 cores, a load of 4 you are ok.