LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-08-2014, 08:41 AM   #1
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Rep: Reputation: 31
How to monitor CPU and GPU temperature?


Hi,

I repair laptop some times and need to check or monitor CPU or GPU temperature sometimes but dont want to install windows for that. In Windows I use cpu temp or other software. Can I check temperature with Linux mint or Ubuntu o Fedora anyway?
 
Old 04-08-2014, 09:09 AM   #2
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi. Conky or Psensor or right click to add widgets to your panel bar or desktop (like bubble-mon I think one was called you may have to install such things or use other window managers like Xfce and\or KDE etc.) Otherwise the terminal can tell you with I'm sure many different commands
Code:
top
is a good one for CPU usage not sure if it does temp:
http://technicalworldforyou.blogspot...-harddisk.html
http://www.cyberciti.biz/faq/howto-l...s-information/ best wishes and have fun.

Last edited by jamison20000e; 04-08-2014 at 09:11 AM.
 
Old 04-13-2014, 03:49 PM   #3
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
For Fedora:
Code:
~$ sudo yum install lm_sensors
. To view temps (with actual output from my desktop system):
Code:
~$ sensors
nouveau-pci-0200
Adapter: PCI adapter
temp1:        +91.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:   +58.0°C  
Core0 Temp:   +60.0°C  
Core1 Temp:   +58.0°C
 
Old 04-13-2014, 04:00 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Code:
harry@biker ~ $ acpi
Battery 0: Full, 100%
harry@biker ~ $ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +46.0°C  (crit = +98.0°C)
temp2:        +46.0°C  (crit = +98.0°C)
I have been using Glances also besides conky

http://forum.mepiscommunity.org/view...336050#p336050

OOps. Ya gotta be a member to see my screenshots there.

So Edit: http://www.cyberciti.biz/faq/linux-i...nitoring-tool/

Code:
Glances 1.7.6 with PsUtil 2.1.0

               CAREFULWARNINGCRITICAL
  CPU user %      50.0  70.0  90.0    Swap %           50.0  70.0  90.0
  CPU system %    50.0  70.0  90.0    Temp °C          60.0  70.0  80.0
  CPU iowait %    40.0  60.0  80.0    HDD Temp °C      45.0  52.0  60.0
  CPU steal %     10.0  15.0  20.0    Filesystem %     50.0  70.0  90.0
  Load             1.4   2.0  10.0    CPU process %   100.0 140.0 180.0
  RAM %           50.0  70.0  90.0    MEM process %    50.0  70.0  90.0
Code:
CPU      10.5%   Load   2-core   Mem    18.7%  active:   1.57G   Swap    0.0%
user:     6.7%   1 min:   0.12   total: 3.80G  inactive: 1.43G   total: 3.91G
system:   3.7%   5 min:   0.22   used:   726M  buffers:   105M   used:      0
idle:    89.5%   15 min:  0.32   free:  3.09G  cached:   2.39G   free:  3.91G

Network    Rx/s    Tx/s   Tasks  179 (362 thr),  1 run, 178 slp,  0 oth
eth0         0b      0b
lo           0b      0b    VIRT   RES  CPU%  MEM% NAME
wlan0        0b      0b    1.3G  275M  10.1   7.1 /usr/lib/firefox/firefox
                            81M   13M   4.7   0.3 glances
Disk I/O   In/s   Out/s    153M   51M   4.4   1.3 Xorg
sda1          0       0    430M   14M   0.6   0.4 mate-terminal
sda2          0       0     20M    1M   0.3   0.0 syndaemon -i 0.5 -k
sda3          0       0    458M    5M   0.3   0.1 /usr/bin/conky
sda5          0       0     24M    2M   0.0   0.1 /sbin/init
sda6          0       0       0     0   0.0   0.0 kthreadd
sda7          0       0       0     0   0.0   0.0 ksoftirqd/0
sr0           0       0       0     0   0.0   0.0 kworker/0:0H
                              0     0   0.0   0.0 rcu_sched
                              0     0   0.0   0.0 rcuos/0

Press 'h' for help                                          2014-04-13 17:22:01

Last edited by rokytnji; 04-13-2014 at 04:23 PM.
 
  


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
how to get GPU temperature zmau Linux - Hardware 1 01-29-2014 04:01 PM
Temperature inside computer box and CPU temperature Lola Kews Linux - Hardware 14 11-29-2013 06:22 PM
How to access CPU, Harddrive and GPU temperature sensors ? unkn(0)wn Linux - Hardware 6 01-22-2013 02:35 PM
Monitor CPU's temperature in Linux? Ilushka Linux - Hardware 1 03-09-2004 09:50 PM
monitor motherboard/CPU temperature hamish Linux - Hardware 3 10-22-2003 07:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:13 PM.

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