mklements / OLED_Stats

OLED Stats Display Script For Raspberry Pi
MIT License
88 stars 39 forks source link

Update monitor.py #6

Closed kjames2001 closed 1 year ago

kjames2001 commented 1 year ago

fix cpu percentage sign

mklements commented 1 year ago

Hi kjames2001, The figure shown is the Load Average on the CPU, it is not the CPU usage as a percentage. You'll notice that this number never goes much above 4 (meaning all four cores are fully utilised).

kjames2001 commented 1 year ago

Sorry for not reading the command properly before commiting. Thank you for the amazing scripts!