On 7/7/10 12:38 PM, Chip Camden wrote:
Quoth Frank Bonnet on Wednesday, 07 July 2010:
Hello

Is there an utility to get the internal temperature from a HP Proliant
server with ACPI ???


sysctl -n hw.acpi.thermal.tz0.temperature

I'm not sure if the Proliant has an Intel Core, but if it does then you
can get per-cpu temperature info:

kld coretemp

kldload, of course. :-)

for i in 0 1 2 3; sysctl -n dev.cpu.$i.temperature


amdtemp(4) exists for K8, K10, and K11 AMD chips as well.

Regards,

--
Glen Barber
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to