ubuntu 查看温度 ubuntu查看配置

这篇文章给大家聊聊关于ubuntu 查看温度,以及ubuntu查看配置对应的知识点,希望对各位有所帮助,不要忘了收藏本站哦。

如何在Ubuntu Linux中获取CPU温度

Lm_sensors是一个命令行工具,用于显示所有芯片传感器数据的当前读数,包括CPU温度。默认情况下,Ubuntu LInux没有安装Lm_Sensors,因此,我们必须自己安装它们。

bob@bob-PC:~$ sudo apt install lm-sensors

检测硬件

接下来,我们需要检测安装在电脑上的硬件监控芯片。现在我们可以开始检测电脑的硬件传感器了:

bob@bob-PC:~$ sudo sensors-detect

# sensors-detect revision 6284(2015-05-31 14:00:33+0200)

# System: VMware, Inc. VMware Virtual Platform [None]

# Board: Intel Corporation 440BX Desktop Reference Platform

# Kernel: 4.15.0-30Ubuntu-generic x86_64

# Processor: Intel(R) Core(TM) i7-8700 CPU@ 3.20GHz(6/158/10)

This program will help you determine which kernel modules you need

to load to use lm_sensors most effectively. It is generally safe

and recommended to accept the default answers to all questions,

unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.

Do you want to scan for them? This is totally safe.(YES/no): yes

Silicon Integrated Systems SIS5595...            No

VIA VT82C686 Integrated Sensors...              No

VIA VT8231 Integrated Sensors...               No

AMD K8 thermal sensors...                  No

AMD Family 10h thermal sensors...              No

AMD Family 11h thermal sensors...              No

AMD Family 12h and 14h thermal sensors...          No

AMD Family 15h thermal sensors...              No

AMD Family 16h thermal sensors...              No

AMD Family 17h thermal sensors...              No

AMD Family 15h power sensors...               No

AMD Family 16h power sensors...               No

Intel digital thermal sensor...               Success!

  (driver `coretemp')

Intel AMB FB-DIMM thermal sensor...             No

Intel 5500/5520/X58 thermal sensor...            No

VIA C7 thermal sensor...                   No

VIA Nano thermal sensor...                  No

Some Super I/O chips contain embedded sensors. We have to write to

standard I/O ports to probe them. This is usually safe.

Do you want to scan for Super I/O sensors?(YES/no): yes

..................

显示cpu温度

可以通过一下命令查看温度数据了:

bob@bob-PC:~$ sensors

iwlwifi_1-virtual-0

Adapter: Virtual device

temp1:    +33.0°C 

pch_skylake-virtual-0

Adapter: Virtual device

temp1:    +38.5°C 

BAT0-acpi-0

Adapter: ACPI interface

in0:    +12.45 V 

coretemp-isa-0000

Adapter: ISA adapter

Package id 0: +39.0°C (high=+100.0°C, crit=+100.0°C)

Core 0:    +39.0°C (high=+100.0°C, crit=+100.0°C)

Core 1:    +38.0°C (high=+100.0°C, crit=+100.0°C)

thinkpad-isa-0000

Adapter: ISA adapter

fan1:      0 RPM

temp1:    +38.0°C 

temp2:       N/A 

temp3:    +0.0°C 

temp4:    +0.0°C 

temp5:    +0.0°C 

temp6:    +0.0°C 

temp7:    +0.0°C 

temp8:    +0.0°C 

BAT1-acpi-0

Adapter: ACPI interface

in0:    +12.49 V 

acpitz-acpi-0

Adapter: ACPI interface

temp1:    +38.0°C (crit=+128.0°C)

还可以使用watch命令实时关注:

bob@bob-PC:~$ watch sensors

使用图形化工具psensor显示cpu温度

使用Psensor,您可以检查以下各项:

主板、CPU传感器和NVidia GPU的温度

硬盘驱动器的温度

风扇的转速

监视CPU使用情况

最新版本的Psensor还为Ubuntu提供了一个applet指示器,因此在Ubuntu上更容易监控硬件温度。您可以选择在顶部面板中显示温度。它甚至可以在温度超过极限时发送桌面通知。

我们可以使用下面的命令安装Psensor:

bob@bob-PC:~/Desktop$ sudo apt install-y psensor

打开ubuntu的launchpad,在里面找到psensor,打开该应用就可以看到多个传感器:

使用图形化工具hardinfo

Hardinfo是Linux中用于在图形化界面中显示硬件信息的工具。可以使用它检测cpu的温度。以下命令安装hardinfo:

bob@bob-PC:~/Desktop$ sudo apt install hardinfo

#运行一下命令打开hardinfo

bob@bob-PC:~/Desktop$ sudo hardinfo

总结

在本教程中,我们将学习如何从命令行和桌面获取Ubuntu Linux上的CPU温度。

Ubuntu查看CPU信息、核心数、温度等

要了解Ubuntu系统的CPU信息、核心数和温度,你可以通过几个简单的步骤实现:

首先,确保你的系统更新至最新状态,运行:

sudo apt update

sudo apt upgrade

然后,安装lm-sensors工具,用于查看温度:

sudo apt install lm-sensors

使用`sensors`或`watan sensors`命令查看实时温度。

如果你需要一个更详细的内存检查,可以使用`free-h`命令,它会提供内存使用情况的概览。

查看CPU的具体信息,通过以下命令获取物理和逻辑CPU个数:

cat/proc/cpuinfo|grep"physical id"|sort|uniq|wc-l

cat/proc/cpuinfo|grep"processor"|wc-l

cat/proc/cpuinfo| grep"cpu cores"| uniq

此外,`cat/proc/cpuinfo`会显示CPU的型号。

对于GPU信息,可以使用以下命令获取NVIDIA显卡的详细情况:

nvidia-smi显示GPU列表和性能信息

nvidia-settings用于显卡设置和详细信息

lshw-c video显示显卡型号

lspci| grep-i nvidia获取NVIDIA显卡的硬件信息。

ubuntu cpu温度查看

ubuntu查看cpu温度

第一步:安装lm-sensors,打开终端键入

sudo apt-get install lm-sensors sensors-applet

根据提示键入Root密码,然后等待下载并安装完后关闭终端。在你想要显示传感器温度的面板位置右键,选择“添加到面板”菜单命

令,在列表中选择“Hardware Sensors Monitor”后单击“添加”按钮即可添加该Applet程序。能直接检测到传感器那最好了。如果没有

检测到传感器(我的正常显示),显示”No sensors found”则转到下一步。

第二步:手动配置传感器

只要回答YES和按回车就可以了,和Windows里的‘下一步‘很像

sudo sensors-detect

第三步:安装其他监控软件xsensors,ksensors,gdesklets(gdesklets里有很多桌面小程序),Gkrellm,hddtemp等,自己选择安装。

sudo apt-get install xsensors或者ksensors(KDE中推荐使用ksensors)

sudo apt-get install gdesklets gkrellm

sudo apt-get install hddtemp

在终端里查看:

iletit@ubuntu:~$ sensors

acpitz-virtual-0

Adapter: Virtual device

temp1:+52.0°C(crit=+110.0°C)

iletit@ubuntu:~$

阅读剩余
THE END