Read CPU info (temperature, clock speed) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27) +---- Thread: Read CPU info (temperature, clock speed) (/showthread.php?tid=7185) |
Read CPU info (temperature, clock speed) - Borglesnorgle Williams - 02-19-2019 Is there a way to read housekeeping information about the CPU (current clock speed, number of cores active, temperature)? I'm running longsleep Xenial 3.10.105 kernel. RE: Read CPU info (temperature, clock speed) - tllim - 02-23-2019 (02-19-2019, 09:18 AM)Borglesnorgle Williams Wrote: Is there a way to read housekeeping information about the CPU (current clock speed, number of cores active, temperature)? I'm running longsleep Xenial 3.10.105 kernel. use htop utility. sudo apt-get install htop |