Daniel Jørgensen Posted May 2, 2017 Posted May 2, 2017 Hello I've just installed Armbian on my Asus tinker board, and i have a question. Im going to use it for a project that shows the units cpu usage and cpu temp on a website.. It looks as follows on my unit after logging in via SSH: System load: 1.42 1.43 1.32 CPU temp: 68°C How am i supposed to read the System load ? 1.42 ? Of what? How do you get the CPU Temperature? Can i issue a command my self from the terminal to get it my self? Thanks!
Igor Posted May 3, 2017 Posted May 3, 2017 1. http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages 2. Take a look into those scripts: https://github.com/armbian/build/tree/master/scripts/update-motd.d -> they get here -> /etc/update-motd.d
Recommended Posts