I'm using the script sensors.sh on a FreeBSD system and there are 2 interesting sensors on my system which are not shown:
dev.amdtemp.0.ccd0: 32.2C
dev.amdtemp.0.ccd1: 32.6C
If this is considered useful, the very simple modification of the current line 148 includes them:
| grep -e temperature -e amdtemp\\.0\\.ccd\
Hope that this help others
I'm using the script
sensors.shon a FreeBSD system and there are 2 interesting sensors on my system which are not shown:If this is considered useful, the very simple modification of the current line 148 includes them:
Hope that this help others