gpt4 book ai didi

linux - 以下哪个是我的 CPU 温度

转载 作者:太空宇宙 更新时间:2023-11-04 03:36:23 26 4
gpt4 key购买 nike

目标

测量我的 Linux Box 的 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)

cat/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 的上述读数中,我不确定传感器输出中的哪个正是我的 cpu 温度,以及两个命令的输出之间的一对一关系是什么(即:哪个字段(即:传感器的输出)与 cat/proc/cpuinfo 的字段匹配)。

最佳答案

您的 CPU 温度由 k10 传感器显示,但请注意,它被假定为不准确。

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

关于linux - 以下哪个是我的 CPU 温度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31421874/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com