11

Is there a way to see the CPU temperature in htop. I am using windows10 wsl, so I'm not sure if WSL1 has access to CPU temperature reading.

K7AAY
  • 17,705

2 Answers2

7

htop provides temperature data via libsensors. This feature is a build-time option. https://github.com/htop-dev/htop#linux

lukasjoc
  • 71
  • 1
  • 2
2

A review of the man page for htop does not show it has that ability. It is a process viewer, not designed to read sensors.

K7AAY
  • 17,705