LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-31-2021, 02:08 PM   #1
borgward
Member
 
Registered: Apr 2005
Location: Austin, Texas
Distribution: Feather, Darn Small Linux
Posts: 513

Rep: Reputation: 21
CPU Temperature


Linuxmint 20.1. How do I monitor CPU temperature?

Last edited by borgward; 08-31-2021 at 04:37 PM. Reason: Solved
 
Old 08-31-2021, 03:59 PM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,787

Rep: Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773Reputation: 2773
Pages like https://linuxsoftware.moncerbae.com/...ture-on-linux/ are only a quick search away.
 
Old 08-31-2021, 05:03 PM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,270

Rep: Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341Reputation: 5341
sudo sensors
 
Old 08-31-2021, 05:42 PM   #4
borgward
Member
 
Registered: Apr 2005
Location: Austin, Texas
Distribution: Feather, Darn Small Linux
Posts: 513

Original Poster
Rep: Reputation: 21
You can also do .sudo apt-get install xsensors. that brings up a GUI showing the same things. I added it to my panel for quick action.
 
Old 09-02-2021, 03:41 PM   #5
JASlinux
Member
 
Registered: Oct 2020
Posts: 385

Rep: Reputation: Disabled
I think monitors are desktop environment dependent.

I'd like to know what is most popular on XFCE.
 
Old 09-03-2021, 12:34 PM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by JASlinux View Post
I think monitors are desktop environment dependent.
Not at all.
I tried xsensors yesterday, but it doesn't give me anything my conky doesn't give me already.
But try it by all means, it might integrate well into your XFCE desktop.
OTOH, I believe there's a panel plugin for you.
 
1 members found this post helpful.
Old 09-03-2021, 07:33 PM   #7
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,676

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
I run GKrellm which monitors CPU activity, including core and GPU temperatures, also shows Procs, disk and network activity plus uptime. I keep it as a column of indicators stuck to the RHS of my RH monitor. I'm running Mint 18.3 but it works just the same in 20.1.

Play Bonny!

 
Old 09-04-2021, 01:39 AM   #8
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
Little note One the Dev machine I used to comple with the most old amd 8350 fx would get hot fast that wasnt the issue. Later on after I was gifted
a ryzen 3700x machine with 1080 gtx thats all I wanted for media. Nice gift.

I took my old machine apart cleaned it. And found thermal paste could have been better.
anyone knows that clip on style is a bad design by AMD easy to scrape the paste to one side.

Notified the pc maker I have used many times. They are the best. ecollegepc
I only got care and wonderful help from the pc maker.
Real people that answer the phone and will talk geek.

If your worried about heat. Your really not going to get any benefit from the sensor . That is hind sight.
All modern cpu scale back. The hind sight is if you can see the wattage scale back then you may upgrade cooling.
If you feel cool looking at a temp you have no control over hey.
I got a ram defragger for Linux works great.
 
Old 09-04-2021, 05:25 PM   #9
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
A monitor such as gkrellm does not control temperatures, but it does give the user a quick view of what is happening. It monitors temps, fan speed, cpu activity, and more so there is a real time snapshot of activity to look at.

If something seems odd, like a fan suddenly stops, or a temp suddenly changes, or a temp is near a limit, etc., it provides a way to see that in real time and take action needed.

Just as an example:
If a cpu is hovering at 90-95C and you are aware that the shutdown will occur at 100C then you should be concerned and take action to control the temp better. It does not take much to make the jump from 95C to 100C (easily less than a second) with a CPU that is heavily loaded.
 
Old 10-12-2021, 10:03 AM   #10
borgward
Member
 
Registered: Apr 2005
Location: Austin, Texas
Distribution: Feather, Darn Small Linux
Posts: 513

Original Poster
Rep: Reputation: 21
I found the temperature@fevimu applet. Search applets for it. It displays CPU temperature in C or F in the panel.

The CPU was running extremely hot while running YouTube. One time the machine completely shutdown. I finally inspected the fan of my Dell Inspiron 1520 laptop. No dirt and the exhaust fins of the heat exchanger were sparkling clean. I never removed the heat exchanger from the CPU. Funny thing is that when I reassembled the laptop after looking for dirt it ran significantly cooler.
 
Old 10-12-2021, 01:24 PM   #11
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by borgward View Post
I found the temperature@fevimu applet. Search applets for it. It displays CPU temperature in C or F in the panel.

The CPU was running extremely hot while running YouTube. One time the machine completely shutdown. I finally inspected the fan of my Dell Inspiron 1520 laptop. No dirt and the exhaust fins of the heat exchanger were sparkling clean. I never removed the heat exchanger from the CPU. Funny thing is that when I reassembled the laptop after looking for dirt it ran significantly cooler.
Did you also blow the fins clean instead of just looking at them? If not then you should have.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ Tinyb ble temperature reader application gives constant readings which doesn't reflect the actual temperature variation ba_kirang Programming 1 05-27-2019 03:33 PM
CPU temperature showing the CPU as ISA devices gglq000 Linux - Hardware 3 02-21-2018 11:13 AM
[SOLVED] Unusual CPU Temperature Increase (CPU Scaling). cwizardone Slackware 26 02-04-2016 09:43 AM
Temperature inside computer box and CPU temperature Lola Kews Linux - Hardware 14 11-29-2013 06:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration