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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-08-2014, 09:41 AM
|
#1
|
Member
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501
Rep:
|
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?
|
|
|
04-08-2014, 10:09 AM
|
#2
|
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
|
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 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 10:11 AM.
|
|
|
04-13-2014, 04:49 PM
|
#3
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791
|
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
|
|
|
04-13-2014, 05:00 PM
|
#4
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,275
|
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 05:23 PM.
|
|
|
All times are GMT -5. The time now is 09:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|