Quantcast
Channel: TrueNAS Community
Viewing all articles
Browse latest Browse all 185907

How to monitor system (CPU, HDD, mobo, GPU) temperatures on FreeNAS 8?

$
0
0
Everything is in the topic.
I would like to make a script to report all of this monitoring.

I've found the command
Code (text):
  1. sysctl -a |egrep -E "cpu\.[0-9]+\.temp"
for CPU temp, but sysctl seems reporting wrong temperature (around 40°C).
I'm pretty sure that my CPU (i3 2100) is more than 40°C, being that it's fanless cooled (Thermalright HR-02)


For HDD temp i found the command
Code (text):
  1. for i in $(sysctl -n kern.disks)
  2. do printf "%s\t%s\t%s\n" $i $(smartctl -a /dev/$i | awk '/Serial...
How to monitor system (CPU, HDD, mobo, GPU) temperatures on FreeNAS 8?

Viewing all articles
Browse latest Browse all 185907

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>