[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [linux-delhi] Reduced system performance after prolonged usage



On Thu, 24 Jun 1999, Karan Girotra wrote:

> hey ,
> i am using rh 5.2 with kernel 2.2.9 . after some usage (about 2 hours of usage
> with a gui ) , the system suddenly goes into endless disk rw operations and
> even moving my mouse takes about 5 seconds  to respond . in efect rendering the
> system unusable . Memory does not seem to be the problem as free lists a decent
> amount of freememory . Procinfo confirms that the unusualy high number of disk
> operations .  I have 32 mb ram and 48 mb swap running on a cyrix MII 233.
> shutting down x does return the system to normal operational mode but
> restarting x renders it unusable again.
>   
Does it happens at specified times (example at midnight, or every
hourstrike).
If yes, it might be programs like updatedb, and some postgresql updaters,
which run automatically using crontab. Most of them involve 
"find / blah blah -exec foo", which mean they search all of your hard disk
bringing your system to a crawl. When i get too irritated by these, i do,

milkyway$ [my god, what's happening]
milkyway$ su
# top 			(to find the culprit process, the topmost process)
# killall -KILL find
# ^D
milkyway$

Of course, if you have important postgresql database, or are running
truely multiperson environment, you should not do such things,
but consider changing the crontab itself.

The files which run hourly are in /etc/cron.hourly,
similarly the daily files are in /etc/cron.daily.

Regards,
Lokesh.


> 
> --
> Regards ..
> Karan Girotra,                       
> Indian Institute of Technology, Delhi  
> 91-011-6864507                         
> 91-011-6862034 
> Icq# 25636434
> 


- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
Linux India is NOT a forum for Microsoft/India/Pakistan/US/UK bashing.
Flame baits will not be tolerated.  If you can appreciate satire read
http://www.templetons.com/brad/emily.html

------------------------------

End of Linux India Digest V1 #69
********************************

--------------------------------------------------------------------
To unsubscribe send an email to majordomo@xxxxxxxxx with the word
'unsubscribe linux-india-digest' (without the quotes) in the body
of the email.