All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajesh <rvarada@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: Re: debug a high load average
Date: Wed, 24 Aug 2005 10:10:56 +0530	[thread overview]
Message-ID: <430BFA58.6090609@gmail.com> (raw)
In-Reply-To: <20050823133050.GC29062@harddisk-recovery.com>

Erik Mouw wrote:

>On Tue, Aug 23, 2005 at 04:38:36PM +0530, Rajesh wrote:
>  
>
>>I have a case occasionally when I copy data from a usb storage (ipod) to 
>>my hard drive the load average goes up from 0.4 to about 15.0, and the 
>>system becomes very unusable till I kill the cp command. I have checked 
>>the CPU usage, bytes read from usb device, byte written to hard drive 
>>etc, and all these values are low like CPU usage is at a maximum of 30%, 
>>disk read bytes is at an average of 1.5 MiB/s, disk write bytes is at 
>>1.5 MiB/s, number of processes is at 110, etc, during this high load.
>>    
>>
>
>1.5 MB/s suggests you're using an IDE drive in PIO mode. Switch to DMA
>mode (hdparm -d 1 /dev/hda) and see if it gets any better.
>
>  
>

It seems to have helped a little. Now the rate at which load average 
goes up has decreased ( I can copy up to about 700-800 MiB compared to a 
high of 200MiB earlier), but it is still going up to 15 gradually at 
which point I am still killing the cp process to make the system usable.

I know I am not giving much information. But if I know what factors 
cause the loadavg to keep on going up I will gladly provide it.

I am running  2.6.12 kernel on a laptop. I have an ipod attached to my 
USB 1.1 as a drive on which I am saving and retreiving large 
files(2-4GiB files). The transfer speed is slow, but I am fine with it, 
as long as the load average stays within bounds so that the machine is 
usable. (If I dual boot to windows and do the same operation, I am able 
to get the files copied over in a few minutes.). Can vfat be a factor?

Thanks
Rajesh

>Erik
>
>  
>


  reply	other threads:[~2005-08-24  4:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-23 11:08 debug a high load average Rajesh
2005-08-23 13:30 ` Erik Mouw
2005-08-24  4:40   ` Rajesh [this message]
2005-08-24  8:01     ` Mariusz Zielinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=430BFA58.6090609@gmail.com \
    --to=rvarada@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.