以下哪个是我的 CPU 体温

Which of the below is my CPU temperature

目标

测量我的 Linux 盒子的 CPU 温度。

到目前为止完成的工作

我已经安装了 lm-sensors 来检测温度,下面是命令传感器的输出:

root@XXXX-XX :# sensors

acpitz-virtual-0
Adapter: Virtual device
temp1:        +66.0°C  (crit = +255.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
temp1:        +65.4°C  (high = +70.0°C)
                       (crit = +100.0°C, hyst = +99.0°C)

radeon-pci-0008
Adapter: PCI adapter
temp1:        +64.0°C  (crit = +120.0°C, hyst = +90.0°C)

radeon-pci-0100
Adapter: PCI adapter
temp1:            N/A  (crit = +120.0°C, hyst = +90.0°C)

猫/proc/cpuinfo的输出是:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 21
model       : 16
model name  : AMD A8-4500M APU with Radeon(tm) HD Graphics
stepping    : 1
microcode   : 0x6001116
cpu MHz     : 1400.000
cache size  : 2048 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 2
apicid      : 16
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
.
.
.

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 21
model       : 16
model name  : AMD A8-4500M APU with Radeon(tm) HD Graphics   
stepping    : 1
microcode   : 0x6001116
cpu MHz     : 1400.000
cache size  : 2048 KB
physical id : 0
siblings    : 4
core id     : 1
cpu cores   : 2
apicid      : 17
initial apicid  : 1
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes


processor   : 2
vendor_id   : AuthenticAMD
cpu family  : 21
model       : 16
model name  : AMD A8-4500M APU with Radeon(tm) HD Graphics   
stepping    : 1
microcode   : 0x6001116
cpu MHz     : 1400.000
cache size  : 2048 KB
physical id : 0
siblings    : 4
core id     : 2
cpu cores   : 2
apicid      : 18
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes


processor   : 3
vendor_id   : AuthenticAMD
cpu family  : 21
model       : 16
model name  : AMD A8-4500M APU with Radeon(tm) HD Graphics   
stepping    : 1
microcode   : 0x6001116
cpu MHz     : 1400.000
cache size  : 2048 KB
physical id : 0
siblings    : 4
core id     : 3
cpu cores   : 2
apicid      : 19
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes

问题

在命令传感器和 cat /proc/cpuinfo 的上述读数中,我不确定传感器输出中的 my cpu 温度 到底是哪个以及两个命令的输出之间的一对一关系是什么(即:哪个字段(即:传感器的输出)与 cat /proc/cpuinfo 的字段匹配)。

您的 cpu 温度由 k10 传感器显示,但请注意它被认为是不准确的。

https://www.kernel.org/doc/Documentation/hwmon/k10temp