Associate
- Joined
- 29 Dec 2005
- Posts
- 1,194
This is a new program that lets you monitor Intel's "Core", "Core 2" and all AMD K8 chips' die temperature. The temperature readings are very accurate as the data is collected from a Digital Thermal Sensor (or DTS) which is located in each individual processing core, near the hottest part.
The way this program works is as follows: Intel defines a certain Tjunction/TCaseMax temperature for the processor. In the case of Yonah it is 85C° or 100C°. First of all the program reads from an MSR, detects the Tjunction/TCaseMax temperature. A different MSR contains the temperature data, the data is represented as Delta in C° between current temperature and Tjunction/TCaseMax.
So the actual temperature is calculated like this 'Core Temp = Tjunction/TCaseMax - Delta'
The size of the data field is 7 bits. This means a Delta of 0 - 127C° can be reported in theory. But from preliminary tests, the reported temperature doesn't go below 0C°, no matter what kind of cooling was used.
For AMD the value the CPU reports is read and converted into an actual temperature. AMD chips can report temperatures between -49C and 206C
DOWNLOAD IT FROM HERE
http://www.thecoolest.zerobrains.com/forums/viewtopic.php?t=137
i have tried it on my dual core and it seems spot on, it gives me temps for both my cores, and i notice core 1 is higher than the other, which would explain why core 1 always fails prime first
can all he dual core people try this out and see what results it gives you
The way this program works is as follows: Intel defines a certain Tjunction/TCaseMax temperature for the processor. In the case of Yonah it is 85C° or 100C°. First of all the program reads from an MSR, detects the Tjunction/TCaseMax temperature. A different MSR contains the temperature data, the data is represented as Delta in C° between current temperature and Tjunction/TCaseMax.
So the actual temperature is calculated like this 'Core Temp = Tjunction/TCaseMax - Delta'
The size of the data field is 7 bits. This means a Delta of 0 - 127C° can be reported in theory. But from preliminary tests, the reported temperature doesn't go below 0C°, no matter what kind of cooling was used.
For AMD the value the CPU reports is read and converted into an actual temperature. AMD chips can report temperatures between -49C and 206C
DOWNLOAD IT FROM HERE
http://www.thecoolest.zerobrains.com/forums/viewtopic.php?t=137
i have tried it on my dual core and it seems spot on, it gives me temps for both my cores, and i notice core 1 is higher than the other, which would explain why core 1 always fails prime first
can all he dual core people try this out and see what results it gives you