如何在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溫度。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31524109/viewspace-2768630/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 監控Ubuntu Linux中的CPU/GPU 溫度UbuntuLinuxGPU
- 如何在 Ubuntu 18.04 LTS 中獲取 Linux 5.0 核心UbuntuLinux
- 在 Linux 上監控 CPU 和 GPU 溫度LinuxGPU
- 7種Linux中獲取CPU速度的方法Linux
- Linux c程式中獲取shell指令碼輸出(如獲取system命令輸出)LinuxC程式指令碼
- 在Linux中,如何獲取CPU的總核心數?Linux
- 利用python獲取樹莓派的溫度Python樹莓派
- 筆記本cpu溫度多少正常 筆記本cpu溫度過高怎麼解決筆記
- win10 cpu溫度監控怎麼用_如何使用win10 cpu溫度監控Win10
- Linux cpuinfo cpu資訊獲取詳解LinuxUI
- win10自帶cpu溫度怎麼檢視_win10檢視cpu溫度的方法Win10
- win10系統cpu溫度高怎麼辦 w10系統cpu溫度超高如何處理Win10
- mac獲取cpu資訊Mac
- mac電腦怎麼檢視cpu溫度?Mac
- 如何在 Janus 中獲取 WebRTC 的流Web
- 電腦cpu溫度過高怎麼辦 新膝上型電腦cpu溫度太高解決方法介紹
- win10怎麼開啟cpu溫度顯示 win10系統顯示cpu溫度如何設定Win10
- 高手教你巧解cpu溫度過高問題
- 用下面的命令檢視sun cpu的溫度
- win10CPU溫度過高怎麼辦 win10電腦一開機CPU溫度就90多解決方法Win10
- 【譯】如何在React Hooks中獲取資料?ReactHook
- 如何在 Linux 中找出 CPU 佔用高的程式Linux
- win10狀態列怎麼新增cpu溫度顯示_win10工作列新增cpu溫度顯示的步驟Win10
- cpu溫度監測:Turbo Boost Switcher Pro 啟用版
- 如何在Ubuntu 20.04上獲取最新版本的vim?Ubuntu
- python利用WMI等監控獲取windows狀態如CPU、記憶體、硬碟等資訊PythonWindows記憶體硬碟
- win10自帶顯示cpu溫度怎麼看 win10自帶cpu溫度顯示功能怎麼按出來Win10
- win10怎麼在右下角顯示cpu溫度 win10電腦右下角顯示cpu溫度操作方法Win10
- 如何在Linux 中獲取硬碟分割槽或檔案系統的UUID?Linux硬碟UI
- 如何在Java中獲取Windows和Linux/Mac系統上的桌面路徑JavaWindowsLinuxMac
- 如何在 Ubuntu Linux 中設定或更改時區UbuntuLinux
- Linux 初學者:如何在 Ubuntu 中重啟網路LinuxUbuntu
- C++獲取CPU使用率C++
- ch58x/ch59xADC差分取樣NTC電阻獲取當前溫度H5
- Mac上如何實時監控CPU溫度和風扇速度Mac
- Linux-ubuntu20高解析度如2k屏下deepin qq或wechat很小LinuxUbuntu
- 智慧手環體溫資料API獲取API
- [Android]獲取整體APP CPU資訊AndroidAPP