M5A78L-M/USB3 & AMD FX-6300 Temperature Monitoring

Status
Not open for further replies.

Alan Smithee

Dabbler
Joined
Feb 24, 2015
Messages
13
Running FreeNAS 9.3 on a M5A78L-M/USB3 with an AMD FX-6300.

I'd like to be able to monitor (or at least see) the cpu temperature. I tried a few commands, but none of them have the info I need. I know the temperature sensors are working because I can see them in the BIOS. Any ideas on what other drivers/tools might be able to get at that info (mbmon maybe?)

Code:
# sysctl -a | grep -i temp
device  amdtemp
device  coretemp
net.inet6.ip6.use_tempaddr: 0
net.inet6.ip6.temppltime: 86400
net.inet6.ip6.tempvltime: 604800
net.inet6.ip6.prefer_tempaddr: 0
hw.usb.template: 0
kstat.zfs.misc.zcompstats.attempts: 23778849


Code:
#sysctl -a | grep -i cpu
hw.ncpu: 6
hw.acpi.cpu.cx_lowest: C1
security.jail.param.cpuset.id: 0
dev.cpu.0.%desc: ACPI CPU
dev.cpu.0.%driver: cpu
dev.cpu.0.%location: handle=\_PR_.P001
dev.cpu.0.%pnpinfo: _HID=none _UID=0
dev.cpu.0.%parent: acpi0
dev.cpu.0.freq: 3500
dev.cpu.0.freq_levels: 3500/13920 3062/12180 3000/10457 2625/9149 2500/7585 2187/6636 2000/5250 1750/4593 1500/3937 1400/3052 1225/2670 1050/2289 875/1907 700/1526 525/1144 350/763 175/381
dev.cpu.0.cx_supported: C1/1/0 C2/2/100
dev.cpu.0.cx_lowest: C1
dev.cpu.0.cx_usage: 100.00% 0.00% last 270us
... snip ...


I can see this could be a AMD issue, but was hoping someone might have some other advice or had some success.

Thanks
 

pschatz100

Guru
Joined
Mar 30, 2014
Messages
1,184
There is a version of mbmon for FreeBSD, so I think you might be able to create a jail and install it. But be certain you know how to do this before you start. I'm not a developer, so I can't offer any instructions.
 
Status
Not open for further replies.
Top