📄 k8temp
字号:
Kernel driver k8temp====================Supported chips: * AMD Athlon64/FX or Opteron CPUs Prefix: 'k8temp' Addresses scanned: PCI space Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdfAuthor: Rudolf MarekContact: Rudolf Marek <r.marek@assembler.cz>Description-----------This driver permits reading temperature sensor(s) embedded inside AMD K8family CPUs (Athlon64/FX, Opteron). Official documentation says that it worksfrom revision F of K8 core, but in fact it seems to be implemented for allrevisions of K8 except the first two revisions (SH-B0 and SH-B3).Please note that you will need at least lm-sensors 2.10.1 for proper userspacesupport.There can be up to four temperature sensors inside single CPU. The driverwill auto-detect the sensors and will display only temperatures fromimplemented sensors.Mapping of /sys files is as follows:temp1_input - temperature of Core 0 and "place" 0temp2_input - temperature of Core 0 and "place" 1temp3_input - temperature of Core 1 and "place" 0temp4_input - temperature of Core 1 and "place" 1Temperatures are measured in degrees Celsius and measurement resolution is1 degree C. It is expected that future CPU will have better resolution. Thetemperature is updated once a second. Valid temperatures are from -49 to206 degrees C.Temperature known as TCaseMax was specified for processors up to revision E.This temperature is defined as temperature between heat-spreader and CPUcase, so the internal CPU temperature supplied by this driver can be higher.There is no easy way how to measure the temperature which will correlatewith TCaseMax temperature.For newer revisions of CPU (rev F, socket AM2) there is a mathematicallycomputed temperature called TControl, which must be lower than TControlMax.The relationship is following:temp1_input - TjOffset*2 < TControlMax,TjOffset is not yet exported by the driver, TControlMax is usually70 degrees C. The rule of the thumb -> CPU temperature should not cross60 degrees C too much.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -