LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-24-2005, 01:07 AM   #1
crithke
LQ Newbie
 
Registered: Aug 2003
Distribution: slackware
Posts: 22

Rep: Reputation: 15
Degrading system performanc


Hey all, quick question

I have a 2ghz P4 with 512 RAM and Slack 10.1.

when I first boot the computer, everything runs great, fast and fine.

As I keep it on, my performance degrades drastically (and I'm talking within 5 hours of boot or so).

I'm talking about slow program/windows load times, programs "wiping" off the screen, etc.

I'm using KDE 3.3

I understand that KDE is fairly memory intensive, but I don't think that it would be this bad and in this manner.

When I look at the System Monitor, my CPU usage is usually in the high 90s, close to 100%, but my memory is being used at a normal rate.

Any ideas?
 
Old 04-24-2005, 01:34 AM   #2
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
my system running KDE and a few server daemons -- apache, mysqld, and sshd -- usually runs at a load of 0.00 ... You've definitely got a runaway process.

for example, the 'uptime' command gives me this:

Code:
 02:41:23 up 4 days, 18:47,  2 users,  load average: 0.00, 0.00, 0.00
mike@gobot:~$
What's your load average?
Also, check with the 'top' command, to see what's got so much activity.

--Shade
 
Old 04-24-2005, 03:04 AM   #3
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
I agree that running "top" is an excellent recommendation, and that you most likely have one or more runaway processes. One other thought is that if your machine consistently starts acting up after X amount of time, you may have an overheating problem. Overheating is a common source of instability, and if your system typically starts going south after 5 hours, give or take, you might want to check that all the fans are running properly -- J.W.
 
Old 04-24-2005, 04:10 PM   #4
crithke
LQ Newbie
 
Registered: Aug 2003
Distribution: slackware
Posts: 22

Original Poster
Rep: Reputation: 15
My uptime looks like this:

17:08:05 up 30 min, 1 user, load average: 1.11, 1.33, 1.36


after, as you can see 30 minutes. (5 hours the first time was a semi-educated guess.). Those values deviate a little bit

I don't think that overheating is the culprit here, as I have no real problems when I boot to my Windows XP partition (sorry, should have mentioned that earlier.)

running the top command displays this:

2450 root 20 0 155m 26m 4604 R 73.4 5.3 15:33.19 X
3028 crithke 10 0 30876 30m 9048 R 16.4 6.0 1:20.22 realplay.bin
2579 crithke 9 0 16372 15m 14m R 4.3 3.2 0:02.24 kdeinit
2909 crithke 9 0 41024 40m 18m R 1.6 8.0 0:40.67 firefox-bin
3048 crithke 10 0 30876 30m 9048 S 1.3 6.0 0:31.40 realplay.bin
2555 crithke 9 0 15096 14m 13m S 1.0 2.9 0:03.98 kdeinit
2561 crithke 9 0 16924 16m 15m S 1.0 3.3 0:03.42 kdeinit
2563 crithke 9 0 17956 17m 15m S 0.7 3.5 0:02.58 kdeinit
10837 crithke 11 0 1048 1048 824 R 0.7 0.2 0:00.59 top
1 root 8 0 228 228 200 S 0.0 0.0 0:06.33 init
2 root 9 0 0 0 0 S 0.0 0.0 0:00.03 keventd
3 root 19 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd_CPU0
4 root 9 0 0 0 0 S 0.0 0.0 0:00.16 kswapd
5 root 9 0 0 0 0 S 0.0 0.0 0:00.00 bdflush
6 root 9 0 0 0 0 S 0.0 0.0 0:00.00 kupdated
10 root -1 -20 0 0 0 S 0.0 0.0 0:00.00 mdrecoveryd
11 root 9 0 0 0 0 S 0.0 0.0 0:00.18 kjournald

At the moment I have firefox, kmail, gaim, and xmms running


Does this shed any light on the issue for anyone?
 
Old 04-25-2005, 12:09 AM   #5
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
Are you running realplayer?

Realplay.bin is the suspect in my eyes -- there's no reason for it to be running if you're not presently trying to view a realmedia file. Also, having it listed twice makes it double-suspicious.

Code:
killall realplay.bin
Wait a few minutes, and see what your load average is then

--Shade
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
An error Occurred during the file system check. Dropping you to shell; the system wil aneikei Linux - Newbie 3 02-11-2010 07:38 PM
How to find out if my system is i386, i486, or i586? Is there a system info command? mlsbraves Linux - General 6 02-17-2009 04:08 PM
degrading libtool yonderstar Linux - Software 0 04-15-2004 02:24 PM
Wierd message with poor HD performanc results DropHit Linux - General 3 12-14-2003 07:34 PM
LInux cable speed degrading GabeF Linux - Networking 6 10-11-2002 07:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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