MRTG? Running on the same machine?
hmuskie 發表於 2016-5-27 14:57 
Yes, monitoring CPU temperature and frequency.
For OrangePi, CPU temperature can be read by,
cat /sys/devices/virtual/thermal/thermal_zone0/temp
and frequency by,
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
These commands are put into 2 separate shell scripts triggered by MRTG. |