Temperature/fan monitoring on a Supermicro P8SCT
Bruno Ducrot
ducrot at poupinou.org
Tue Jan 9 14:08:02 UTC 2007
Hi,
On Tue, Jan 09, 2007 at 12:39:45PM +1030, Daniel O'Connor wrote:
> Has anyone had any success?
> I've tried healthd (0.7.9) but it can't show temps, eg..
> julx2:/usr/src/sys/amd64/conf>sudo healthd -1 -D
It seems we can get directly different temperatures from the CPU. At
least this works for some opteron CG core, and believe it should work
with other processors as well.
In the meantime, could you please try this:
# setpci -d1022:1103 e6.b | sed s,^,0x,g | \
awk 'BEGIN {i = 0} {print "processor "i++": " $1 - 49 "C"}'
(you must have the sysutils/pciutils port, though, but I need a similar
command under Linux, that's why I'm doing something like that).
Cheers,
--
Bruno Ducrot
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
More information about the freebsd-stable
mailing list