Core temperature

Pietro Cerutti gahr at gahr.ch
Fri Aug 10 03:50:49 PDT 2007


Dag-Erling Smørgrav wrote:
> I've written a quick-and-dirty driver for the built-in digital
> temperature sensor in Intel's Core and Core 2 CPUs (and Xeons built on
> the Core architecture).  The driver exports four sysctl nodes under
> hw.coretemp:
> 
>   hw.coretemp.tjmax     Maximum core temperature (currently hardcoded
>                         To 100°C, may actually be 85°C on some systems)
> 
>   hw.coretemp.delta     current temperature in °C below Tj(max)
> 
>   hw.coretemp.interrupt Lower 32 bits of the IA32_THERMAL_INTERRUPT MSR
> 
>   hw.coretemp.status    Lower 32 bits of the IA32_THERMAL_STATUS MSR
> 
> I intend to move these into dev.cpu.N in a later version.
> 
> Note that the driver currently makes no attempt to handle multi-CPU
> systems; it will simply report the temperature of the CPU that contains
> whichever core the requesting process happens to be running on.
> 
>   http://people.freebsd.org/~des/software/coretemp-20070810.diff
> 

Hi Des,
thanks a lot!

Could you please try to explain these results?

> sysctl hw.coretemp.tjmax hw.coretemp.delta hw.acpi.thermal.tz0.temperature
hw.coretemp.tjmax: 100
hw.coretemp.delta: -38
hw.acpi.thermal.tz0.temperature: 66.8C

Shouldn't hw.coretemp.delta be (hw.coretemp.tjmax -
hw.acpi.thermal.tz0.temperature)?

Thanks!

> DES


-- 
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20070810/3fe22a0f/signature.pgp


More information about the freebsd-hackers mailing list