Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ How to Check notebook CPU temperature in Ubuntu     - Linux Basic Course: tar command description (Linux)

- C ++ sequence containers basics summary (Programming)

- Copy Recovery using RMAN repository development environment (Database)

- OpenCV cvFindCornerSubPix () to find sub-pixel Corner (Programming)

- Parameters of the extra port MySQL 5.6 (Database)

- Oracle 11g Export guide problem not an empty table (Database)

- Smooth upgrade to OpenSSH 6.7 Procedure (Linux)

- Java Concurrency - multiple threads of HelloWorld (Programming)

- Samba public folder permissions (Server)

- Oracle database NUMBER (x, y) data types (Database)

- Five useful commands to manage file types and system time in linux (Linux)

- Install Java 8 on Ubuntu using PPA (Linux)

- Linux system network security tools sudo Introduction (Linux)

- Linux file system data file deletion problem space is not freed (Database)

- Servlet life cycle code examples (Programming)

- Binary search -Java achieve (Programming)

- OpenSUSE GPG Comments (Linux)

- Linux common commands: nslookup, ls md5sum, uname, history, etc. (Linux)

- Use mysqldump backup performed MariaDB (Database)

- build Android environment on Ubuntu 12.04 (Server)

 
         
  How to Check notebook CPU temperature in Ubuntu
     
  Add Date : 2018-11-21      
         
         
         
  Summer, laptop overheating is a common problem recently. Temperature monitoring hardware may help you diagnose why the notebook from overheating. This blog entry, we will learn how to check the temperature of the CPU in Ubuntu.

We will use a GUI tool Psensor, which allows you to monitor the temperature of the hardware in Linux. Psensor you can use:

Cpu and motherboard temperature monitoring
Monitoring NVidia GPU documents
Monitor hard disk temperatures
Fan speed monitoring
Monitor CPU utilization
The latest version of Ubuntu Psensor also provides instructions applet, which makes temperature monitoring in Ubuntu easier. You can choose to display the temperature in the upper right corner of the panel. It is also the threshold value after the temperature notification.

 

How to Install Psensor in Ubuntu 15.04 and 14.04 in

Before installing Psensor, you need to install and configure lm-sensors, which is a command-line tool for monitoring hardware. If you want to measure the temperature of the disk, you also need to install hddtemp. To install these tools, run the following commands:

sudo apt-get install lm-sensors hddtemp
Then start detecting sensor hardware:

sudo sensors-detect
Make sure you have work, run the following command:

sensors
It will give the following output:

acpitz-virtual-0
Adapter: Virtual device
temp1: + 43.0 C (crit = + 98.0 C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: + 44.0 C (high = + 100.0 C, crit = + 100.0 C)
Core0: + 41.0 C (high = + 100.0 C, crit = + 100.0 C)
Core1: + 40.0 C (high = + 100.0 C, crit = + 100.0 C)
If everything looks okay, use the following command to install Psensor:

sudo apt-get install psensor
After installation is complete, run the program in the Unity Dash. The first time you run it, you should configure the monitor what Psensor state.

The panel displays the temperature

If you want to display the temperature in the panel, enter Sensor Preferences

In the Application Indicator menu, select the components you want to display the temperature and hook Display sensor in the label option.

Every time you start start Psensor

Enter Preferences-> Startup and select Start Psensor when Launch on session startup so every time you start.

That's it. You have to do here is to monitor CPU temperature. You can always pay attention to and help you find the process of causing a computer to overheat.
     
         
         
         
  More:      
 
- MySQL related statements (CRUD) (SQLyog software) (Database)
- Linux partition command (Linux)
- Linux System Getting Started Learning: Change the name of the network interface on CentOS7 (Linux)
- Linux serial debugging tools xgcom install (Linux)
- Command-line based tools for better alternatives (Linux)
- MySQL import large amounts of data (Database)
- Linux 6 install Oracle 11g (64bit) (Database)
- Between the two to achieve the main MySQL database synchronization from (Database)
- Several Ceph performance optimization of new methods and ideas (2015 SH Ceph Day after flu reference) (Server)
- MongoDB 2.6 deployment replica set + partitions (Database)
- Oracle VirtualBox Problem Solving Case (Linux)
- Linux network cut package is not fully defragment (Linux)
- Ubuntu 14.04 build Android 5.1 development environment and compiler (Linux)
- Bash How to read a file line by line (Programming)
- Git uses a small mind (Linux)
- ogg start being given libnnz11.so: can not open shared object file (Database)
- C ++ 11 smart pointers (Programming)
- System Security: Build Linux with LIDS steel castle (Linux)
- LVM management reduces swap partition space to the root partition (Linux)
- Oracle PL / SQL selective basis (IF CASE), (LOOP WHILE FOR) (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.