个人工具

“温度”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
CPU
第2行: 第2行:
 
==CPU==
 
==CPU==
 
<pre>sudo apt-get install sensors</pre>
 
<pre>sudo apt-get install sensors</pre>
<pre>sensors-detect</pre>
+
<pre>sudo sensors-detect</pre>
重启
+
全部yes,然后重启
 
<pre>qii@ubuntu:~$ sensors
 
<pre>qii@ubuntu:~$ sensors
 
acpitz-virtual-0
 
acpitz-virtual-0
第18行: 第18行:
 
</pre>
 
</pre>
 
Core0和Core1是双核CPU2个核心的温度。
 
Core0和Core1是双核CPU2个核心的温度。
 +
 
==显卡==
 
==显卡==
 
===[[NVIDIA]]===
 
===[[NVIDIA]]===

2010年9月26日 (日) 21:10的版本

监控系统硬件的温度。

CPU

sudo apt-get install sensors
sudo sensors-detect

全部yes,然后重启

qii@ubuntu:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +55.0°C  (crit = +111.0°C)                  

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +44.0°C  (high = +105.0°C, crit = +105.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +46.0°C  (high = +105.0°C, crit = +105.0°C)  

Core0和Core1是双核CPU2个核心的温度。

显卡

NVIDIA

nvidia-settings -q gpucoretemp

返回

  Attribute 'GPUCoreTemp' (ubuntu:0.0): 59.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.

其中59便是温度。

更简洁的温度显示

wiki@ubuntu:~$ nvidia-smi -a | grep Temp | cut -c17-18
60

图形工具

Qt3

sudo apt-get install  ksensors

KDE SC 4

添加部件-温度监控

GNOME2

sudo apt-get install sensors-applet