CoreTemp Plugin

CoreTempPlugin

Current version:
CoreTempPlugin-1.4

Jul 6, 2008
click here to download this plugin.

Requirement: Rainmeter-0.14
CoreTempPlugin is used for reading DTS(Digital Thermal Sensor) from your processors.
It can show the temperature of each individual core in each processor, and
more sensitive than regular sensor on the motherboard.

*DTS is only available after Intel Core Due and AMD Athlon64 serials.

功能說明

這個插件是用來計算CPU內部的DTS值。

DTS(Digital Thermal Sensor)是一組置於CPU內部的數位溫度感測器,其精準度及
靈敏度皆比一般測試軟體使用主機板上提供之類比溫度計要高出許多,且每個核心
皆有獨立的DTS,只需存取MSR(Intel系列)或NB(AMD系列)暫存器即可取得,完全不
需經過系統的I/O處理。

受限於CPU的功能支援,這個插件只能在較新的CPU上使用,依據官方的技術文件
說明,Intel Core DueAMD Athlon 64以後的CPU皆有內建DTS,不過實際支援
情形則不盡然,使用者可以自行測試看看。
Core Temp Plugin

使用範例

只需指定CpuId即可得到該CPU之溫度,單位為攝氏(Celsius);
CpuId=1為第一個核心、CpuId=2為第二個核心,以此類推;
然後再配合Meter顯示於面板上。

由於每個核心是各自獨立取得溫度數值,故暫不提供平均溫度的用法;
有需要者可自行使用MeasureCalc將各數值相加後再取其平均值。

注意事項