cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Temperature and CPU values on Raspberry Pi 4 #196

Open jpmvferreira opened 4 years ago

jpmvferreira commented 4 years ago

What happens is, although the RPI 4 has the function to measure the CPU temperature by running /opt/vc/bin/vcgencmd measure_temp nothing is shown. Also in the CPU field all of the processes show either NaN or +inf.

The temperature issue is already reported at issue #37. The CPU issue might be due to the architecture of the system because issue #104 shows that somebody using arch on a armv7 raspberry pi outputs CPU values different than NaN and inf, although claiming to be inconsistent with htop.