Get server's internal temperature from ACPI ?

Glen Barber glen.j.barber at gmail.com
Thu Jul 8 15:06:01 UTC 2010


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


More information about the freebsd-questions mailing list