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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@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    | sterl...@camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com        | http://chipsquips.com

Attachment: pgpsIIJEqpJbw.pgp
Description: PGP signature

Reply via email to