當前位置:首頁 » 操作系統 » 查看linux溫度

查看linux溫度

發布時間: 2023-06-12 07:28:33

❶ 請問用命令方式 在linux下面如何查看CPU的溫度

cat /proc/acpi/thermal_zone/THRM/temperature

但是有個前提條件是:

要有內核相關模塊(比如I2C)支持,還要找出系統的感測器型號,然後在內核中打開相應選項

❷ 如何在Linux系統上監測系統溫度

  1. 將psensor安裝在Linux桌面上

  2. psensor可以根據從其他工具(比如lm-sensors和hddtemp)獲得的信息,直觀地顯示系統溫度。因而,你需要將psensor連同那些必要的工具一並安裝。

  3. 將psensor安裝在Debian或Ubuntu上:

  4. $sudoapt-getinstalllm-sensorshddtemppsensor

❸ kalilinux怎麼走狀態欄顯示cpu溫度

Linux系統下查看CPU溫度的方法是:
__首先打開linux系統,找到查詢軟體來查看cpu的溫度,然後打開終端輸入命令:查看相關軟體。
接著安裝感應器,在感應器里輸入安裝命令,一路默認即可,直接輸入感應器命令即可。
_真實的物理機中溫度正常。這些命令執行的過程中,需要你選擇是個否,只要直接一路是,就可以查看cpu溫度啦。

❹ 我安裝了SUSE Linux Enterprise Server 11 (x86_64) SP1,現在想做CPU溫度檢測,發現沒有coretemp模塊。

linux查看cpu溫度,安裝lm_sensors工具

安裝lm_sensors工具即可查看溫度了

yum -y install lm_sensors

rpm -qa|grep coretemp 看一下有沒有kmod-coretemp,沒有的話需要安裝這個

x86和x64的系統直接wget http://www.pperry.f2s.com/linux/coretemp/kmod-coretemp-1.1-2.el5.x86_64.rpm

然後rpm -ivh kmod-coretemp-1.1-2.el5.x86_64.rpm

安裝即可。 www.2cto.com

接著執行 sensors-detect 命令,一路yes到底即可。

最終,使用sensors 命令可以查看溫度,如:

[root@localhost 軟體]# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +38°C (high = +100°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1: +31°C (high = +100°C)

❺ linux查看顯卡溫度

你這個需要下載一些軟體才能看到獨立顯卡溫度的,因為本身電腦是不帶顯示溫度的軟體,你可以用GPU Z軟體和魯大師都可以,如果需要詳細參數也可以下載一個adid64軟體,這樣就能看到顯卡溫度之如查看其它的硬體參數,

❻ linux怎麼查看raid卡溫度

在Linux下可以通過lm_sensors來查看CPU的溫度渣派檔(當然你的硬體首先要支持),要使用這個功能要有內核相關模塊(比如I2C)的支持,下面說一下操如亂作方法:
先看一下你的機器上是否安裝了lm_sensors,
$ rpm -q lm_sensors

如果沒有安裝羨顫就先安裝一下
$ sudo yum install -y lm_sensors

檢測感測器:
$ sudo sh -c "yes|sensors-detect"

如果以上步驟沒有問題,執行下面的命令就可以查看CPU的溫度了:

❼ 如何在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 moles 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溫度。

熱點內容
mac執行腳本 發布:2025-04-05 06:29:38 瀏覽:860
演算法實現層 發布:2025-04-05 06:29:35 瀏覽:751
mac關閉共享文件夾共享 發布:2025-04-05 06:27:58 瀏覽:263
印藏資料庫 發布:2025-04-05 06:27:14 瀏覽:14
編程linux系統 發布:2025-04-05 06:04:14 瀏覽:249
表格如何增減密碼 發布:2025-04-05 06:00:33 瀏覽:191
存儲卡sandisk 發布:2025-04-05 06:00:26 瀏覽:38
dll編譯出錯求助 發布:2025-04-05 05:59:44 瀏覽:709
模擬人生java 發布:2025-04-05 05:53:58 瀏覽:553
日本免費雲伺服器色 發布:2025-04-05 04:58:52 瀏覽:865