找回密码
 register

QQ登录

只需一步,快速开始

[*网络运维*] Proxmox VE 8.2.2 (PVE8) 查看CPU温度 (Ubuntu/Debian通用)

[复制链接]

[*网络运维*] Proxmox VE 8.2.2 (PVE8) 查看CPU温度 (Ubuntu/Debian通用)

[复制链接]
Waylee

主题

0

回帖

1万

积分

仙帝

积分
10124
Waylee 2024-8-26 00:39 | 显示全部楼层 |阅读模式

马上注册,查看网站隐藏内容!!

您需要 登录 才可以下载或查看,没有账号?register

×
不用安装其它软件的方法:
cat /sys/class/thermal/thermal_zone0/temp

返回的数字除以1000 就是摄氏度
56000  #56000就是56°

可以用下面的命令转换为摄氏度 °C
echo $[$(cat /sys/class/thermal/thermal_zone0/temp)/1000]°

返回的数字显示为摄氏度了
56°

一般用上面方法就可以知道CPU 的温度,也可以使用 sensors 简单查看 先安装
apt-get update
apt-get install lm-sensors

检测传感器(一直输入yes,可能有部分需要enter回车):
sensors-detect

执行sensors查看CPU的温度:
sensors

返回数据
root@pve:~# sensors
acpitz-acpi-0
Adapter: ACPI interface
temp1:        +27.8°C  

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +35.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0:        +29.0°C  (high = +80.0°C, crit = +100.0°C)
Core 4:        +34.0°C  (high = +80.0°C, crit = +100.0°C)
Core 8:        +33.0°C  (high = +80.0°C, crit = +100.0°C)
Core 12:       +34.0°C  (high = +80.0°C, crit = +100.0°C)
Core 16:       +30.0°C  (high = +80.0°C, crit = +100.0°C)
Core 20:       +30.0°C  (high = +80.0°C, crit = +100.0°C)
Core 24:       +34.0°C  (high = +80.0°C, crit = +100.0°C)
Core 25:       +34.0°C  (high = +80.0°C, crit = +100.0°C)
Core 26:       +34.0°C  (high = +80.0°C, crit = +100.0°C)
Core 27:       +34.0°C  (high = +80.0°C, crit = +100.0°C)
Core 28:       +35.0°C  (high = +80.0°C, crit = +100.0°C)
Core 29:       +35.0°C  (high = +80.0°C, crit = +100.0°C)
Core 30:       +35.0°C  (high = +80.0°C, crit = +100.0°C)
Core 31:       +35.0°C  (high = +80.0°C, crit = +100.0°C)

nvme-pci-e100
Adapter: PCI adapter
Composite:    +38.9°C  (low  = -273.1°C, high = +81.8°C)
                       (crit = +84.8°C)
Sensor 1:     +38.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +43.9°C  (low  = -273.1°C, high = +65261.8°C)


您需要登录后才可以回帖 登录 | register

本版积分规则

雪舞知识库 | 浙ICP备15015590号-1 | 萌ICP备20232229号|浙公网安备33048102000118号 |网站地图|天天打卡

GMT+8, 2024-12-5 02:58 , Processed in 0.056913 second(s), 7 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

快速回复 返回顶部 返回列表