Get server's internal temperature from ACPI ?
Chip Camden
sterling at camdensoftware.com
Wed Jul 7 16:38:29 UTC 2010
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 ???
>
> Thank you
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
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
for i in 0 1 2 3; sysctl -n dev.cpu.$i.temperature
--
Sterling (Chip) Camden | sterling at camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com | http://chipsquips.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20100707/16c2f1ee/attachment.pgp
More information about the freebsd-questions
mailing list