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 11-18-2005, 08:43 PM   #1
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Rep: Reputation: 32
Monitor my CPU and fans


What's a good program that will monitor my CPU and fans under Linux and give a human-readable output? I use KDE, though I see, like, Heatload that works for Gnome. I'm looking for something similar for KDE. I would also like to throttle the speed of the fans & the processor if possible.
 
Old 11-19-2005, 02:51 AM   #2
ALInux
Member
 
Registered: Nov 2003
Location: Lebanon
Distribution: RHEL 5/CentOS 5/Debian Lenny/(K)Ubuntu Is Dead/Mandriva 10.1
Posts: 676
Blog Entries: 7

Rep: Reputation: 32
GKrellm for monitoring CPU, FAN, HDD, SWAP, and RAM
 
Old 11-19-2005, 06:37 AM   #3
fouldsy
Senior Member
 
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284

Rep: Reputation: 47
http://www.superkaramba.com also ties in very nicely and is often used within KDE instead of gKrellM
 
Old 11-19-2005, 07:19 AM   #4
runlevel0
Member
 
Registered: Mar 2005
Location: Hilversum/Holland
Distribution: Debian GNU/Linux 5.0 (“Lenny”)
Posts: 290

Rep: Reputation: 31
Quote:
Originally posted by ALInux
GKrellm for monitoring CPU, FAN, HDD, SWAP, and RAM
There's also a Gdesklet, Ksensors and Ksysguard (for KDE), but Gkrellm beats them all !!!
 
Old 11-20-2005, 08:13 PM   #5
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Thanks. I've tried a couple I found on freshmeat, but they didn't work (one told me that /dev/acpi, or something to that effect, wasn't there, though acpid seems to work).
 
Old 11-21-2005, 05:31 AM   #6
YellowKnife
Member
 
Registered: Oct 2005
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 15
yeah setting the things up can be a pain
 
Old 11-21-2005, 05:43 AM   #7
emit
LQ Newbie
 
Registered: Jul 2005
Location: NYC
Posts: 5

Rep: Reputation: 0
For temp and fan speed another option would be mbmon.
 
Old 11-21-2005, 05:46 AM   #8
YellowKnife
Member
 
Registered: Oct 2005
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 15
also you can check your CPU fan speed and temp int he BIOS
 
Old 11-21-2005, 05:47 AM   #9
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
you need a package called lm-sensors
 
Old 11-28-2005, 07:45 PM   #10
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
I think I have lm-sensors installed, but I can check. ...as far as why I want the program, I want somewhere I can check on the cpu and system temps as well as the fan speeds when away from the POST, as in "That Matrix screensaver raises my CPU temp how much? ...or how heavy is UT2003?". I get nothing useful by running the program, then immediately rebooting to BIOS, everything has a chance to cool off. acpid obviously can read the CPU temp, as it raises up, I can hear my fans kick up, and as I near over-temp, the kernel starts posting messages that the CPU's too hot (shows CPU overtemp, using modulated clock signal).

...as a matter of fact, I think that K-Sensors depended on lm-sensors, but it didn't work either.
 
Old 11-28-2005, 08:26 PM   #11
YellowKnife
Member
 
Registered: Oct 2005
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 15
have you OverClocked you CPU at all???
 
Old 11-29-2005, 06:59 AM   #12
runlevel0
Member
 
Registered: Mar 2005
Location: Hilversum/Holland
Distribution: Debian GNU/Linux 5.0 (“Lenny”)
Posts: 290

Rep: Reputation: 31
You need to setup lm_sensors to work.
It needs a startup script and to know which sensors to use and how.
Don't worry, it's just a matter of answering YES/No during the setup.

Fire up an xterm/konsole and get root.

Code:
sensors-detect
Just answer Yes to all questions sid to be safe. The app tells you what tests can be dangerous, but after using them for years I haven't got any troubles with the 'dangerous' tests.

At the end of the config it will display some lines of code, in some systems the script is able to do the rest for itself, but on some others you should copy and paste this text into your /etc/modules or /etc/modules.conf file. This is normally not the case and answering YES to the last question will set everything up for you.

After the configuration is done, issue this command to start the sensors:

Code:
sensors -s
/etc/init.d/sensord restart
You can now start ksensors or gkrellm and configure the sensors display.

There's still one step to do: Starting the daemon in your default runlevel. As this is a task that depends highly on your distro and the desktop you use, the best is to search for a GUI interface to do this task. KDE normally ships with KsysV, the only thing you need is to drag the daemon's icon into the desired runlevel and copy it also into the "Kill" section of the runlevels 0 and 6 in order to get it stopped during shutdown or reboot.

You can also use chkconfig to set this up.

Last edited by runlevel0; 11-29-2005 at 07:00 AM.
 
Old 12-05-2005, 09:03 PM   #13
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by YellowKnife
have you OverClocked you CPU at all???
No, this mobo is keyed to a certain spec (2.4GHz) but my next mobo likely will support overclocking.

Also, I'm gonna have to try that configuration procedure.
 
Old 12-06-2005, 05:31 AM   #14
YellowKnife
Member
 
Registered: Oct 2005
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 15
Ah you have a safety mobo that wont let you OC, ummmmmmmmm idk what you cooling prob is, it just could be a weak fan. You could get the temp reader that goes in a CD drive bay, they aren't too expensive.
 
Old 12-17-2005, 08:45 PM   #15
lectraplayer
Member
 
Registered: Mar 2003
Location: a little west of Birmingham, AL, USA.
Distribution: Porteus 3.1
Posts: 934

Original Poster
Rep: Reputation: 32
The configuration procedure you guys gave me simply does not exist. What version did it appear on? Was it since SuSE 9.1?

As far as my cooling problem, it was because I had the CPU fan taken out (or rather, broken) and was trying to blow air from the side intake fan on the heatsink, which was not adequate for continuous running over about 24 hours. That has been soved with a water-cooler kit, which I am wanting to monitor during operation of the computer--again, I want to know if playing Unreal or running TuxNES raises my CPU and system tepms, and by how much. This will also give me some idea as to just how good this water-cooler kit really is.

I'm a Linux user, I want more than what is needed for day-to-day operation!
 
  


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
Controling CPU, motherboard fans in Linux? Melhisedek Linux - Hardware 1 12-01-2005 09:47 PM
HELP!! Fans spin, but nothing on monitor! Armon General 3 07-22-2005 06:06 PM
realtime monitor like CPU-Z tarheel92x Linux - Hardware 0 04-21-2004 12:55 PM
cpu monitor the_y_man Linux - Software 1 03-13-2004 02:20 PM
cpu monitor doralsoral Linux - Software 2 01-07-2004 04:08 PM

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

All times are GMT -5. The time now is 10:41 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