91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux下如何使用Lm_Sensors檢測cpu溫度

發布時間:2022-01-26 11:05:36 來源:億速云 閱讀:1239 作者:小新 欄目:開發技術

這篇文章給大家分享的是有關Linux下如何使用Lm_Sensors檢測cpu溫度的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

lm_sensors 的軟件可以幫助我們來監控主板,CPU 的工作電壓,風扇轉速、溫度等數據。這些數據我們通常在主板的 BIOS 也可以看到。當我們可以在機器運行的時候通過 lm_sensors 隨時來監測著 CPU 的溫度變化,可以預防呵保護因為 CPU 過熱而會燒掉。

Linux下如何使用Lm_Sensors檢測cpu溫度

使用Lm_Sensors檢測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,打開該應用就可以看到多個傳感器: Linux下如何使用Lm_Sensors檢測cpu溫度Linux下如何使用Lm_Sensors檢測cpu溫度

使用圖形化工具hardinfo

Hardinfo是Linux中用于在圖形化界面中顯示硬件信息的工具。可以使用它檢測cpu的溫度。以下命令安裝hardinfo

bob@bob-PC:~/Desktop$ sudo apt install hardinfo# 運行一下命令打開hardinfobob@bob-PC:~/Desktop$ sudo hardinfo
Linux下如何使用Lm_Sensors檢測cpu溫度

感謝各位的閱讀!關于“Linux下如何使用Lm_Sensors檢測cpu溫度”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

许昌县| 江山市| 镇安县| 浦东新区| 齐河县| 大新县| 利川市| 孝义市| 军事| 栾川县| 宁城县| 武定县| 泰州市| 民丰县| 颍上县| 德江县| 钟祥市| 景泰县| 蓬安县| 鄂托克旗| 罗江县| 贵德县| 神池县| 东丰县| 万盛区| 宜章县| 驻马店市| 重庆市| 东源县| 开鲁县| 合阳县| 海南省| 闵行区| 嘉峪关市| 二手房| 通辽市| 全州县| 娱乐| 江北区| 晋城| 莱州市|