[Newbies] 请教如何监控硬件温度?
Tofloor
poster avatar
Linux小白2019
deepin
2021-04-01 17:56
Author

小白,请教在linux下用什么方法实时监控硬件温度?能够图形化显示的最好,就像Windows下的core temp那样的。

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2021-04-01 18:19
#1

htop,虽然界面是 TUI,但实际上也可以用鼠标操作

Reply View the author
lychjckhhh
deepin
2021-04-01 19:09
#2

sensors

Reply View the author
wuchu
deepin
2021-04-01 19:19
#3

应用商店找找系统管理类的软件sensors

Reply View the author
Linux小白2019
deepin
2021-04-05 18:00
#4

k10temp-pci-00c3

Adapter: PCI adapter

temp1:        +40.4°C  (high = +70.0°C)

                       (crit = +100.0°C, hyst = +99.0°C)

 

amdgpu-pci-0300

Adapter: PCI adapter

vddgfx:       +0.83 V  

edge:         +48.0°C  (crit = +104000.0°C, hyst = -273.1°C)

power1:        2.77 kW (cap =  35.00 W)

 

BAT1-acpi-0

Adapter: ACPI interface

in0:         +17.18 V  

curr1:        +0.00 A  

 

fam15h_power-pci-00c4

Adapter: PCI adapter

power1:       41.37 mW (avg =  10.56 mW, interval =   0.01 s)

                       (crit =  15.00 W)

 

amdgpu-pci-0008

Adapter: PCI adapter

vddgfx:       +0.81 V  

vddnb:        +0.84 V  

edge:         +39.0°C  

 

acpitz-acpi-0

Adapter: ACPI interface

temp1:        +41.0°C  (crit = +100.0°C)

看着还是不够直观啊!

Reply View the author
Linux小白2019
deepin
2021-04-05 18:00
#5
Linux小白2019

k10temp-pci-00c3

Adapter: PCI adapter

temp1:        +40.4°C  (high = +70.0°C)

                       (crit = +100.0°C, hyst = +99.0°C)

 

amdgpu-pci-0300

Adapter: PCI adapter

vddgfx:       +0.83 V  

edge:         +48.0°C  (crit = +104000.0°C, hyst = -273.1°C)

power1:        2.77 kW (cap =  35.00 W)

 

BAT1-acpi-0

Adapter: ACPI interface

in0:         +17.18 V  

curr1:        +0.00 A  

 

fam15h_power-pci-00c4

Adapter: PCI adapter

power1:       41.37 mW (avg =  10.56 mW, interval =   0.01 s)

                       (crit =  15.00 W)

 

amdgpu-pci-0008

Adapter: PCI adapter

vddgfx:       +0.81 V  

vddnb:        +0.84 V  

edge:         +39.0°C  

 

acpitz-acpi-0

Adapter: ACPI interface

temp1:        +41.0°C  (crit = +100.0°C)

看着还是不够直观啊!

连哪个是CPU温度都没有看明白

Reply View the author