From: Paolo Ornati <ornati@fastwebnet.it>
To: Tommy Vercetti <vercetti@zlew.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.21.1 - 97% wait time on IDE operations
Date: Sat, 26 May 2007 15:52:23 +0200 [thread overview]
Message-ID: <20070526155223.1bedba5a@localhost> (raw)
In-Reply-To: <200705261505.38109@gj-laptop>
On Sat, 26 May 2007 15:05:38 +0200
Tommy Vercetti <vercetti@zlew.org> wrote:
> I was trying to get answer to my question around, but no one knows.
> I do have DMA turned on, etc, yet - on extensive harddrive operations wait
> time is 90+% , which means that machine is waiting, rather than doing
> something meanwhile. (I guess).
> Can someone describe to me , in more detail why is that happening, and what
> steps should I consider to avoid it ? I couldn't find any answers that would
> have help me on net.
It means that the disk is slow and the CPU is fast... so while the disk
is busy seeking and reading data the CPU has nothing to do but wait for
it.
Idle == CPU has nothing to do
Waiting == CPU has nothing to do, but it will have as soon as the slow
disk (or whatever) delivers data
Anyway 97% is quite high... what CPU / Hard Disk do you have?
What kernel version?
I/O scheduler? (cat /sys/block/DEVICE/queue/scheduler)
Filesystem?
And what time of "operations" are you doing?
--
Paolo Ornati
Linux 2.6.22-rc3-cfs-v14-gf193016a on x86_64
next prev parent reply other threads:[~2007-05-26 13:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-26 13:05 2.6.21.1 - 97% wait time on IDE operations Tommy Vercetti
2007-05-26 13:52 ` Paolo Ornati [this message]
2007-05-26 14:07 ` Tommy Vercetti
2007-05-26 15:56 ` Paolo Ornati
2007-05-26 14:39 ` Julio M. Merino Vidal
2007-05-26 15:13 ` Ray Lee
2007-05-26 15:46 ` Tommy Vercetti
2007-05-26 16:07 ` Ray Lee
2007-05-27 10:22 ` Tommy Vercetti
2007-05-27 12:02 ` Alan Cox
2007-05-27 18:17 ` Clemens Koller
2007-05-28 9:51 ` Benny Amorsen
2007-05-28 19:22 ` Alan Cox
2007-05-26 15:23 ` Guillaume Chazarain
2007-05-29 20:32 ` Bill Davidsen
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=20070526155223.1bedba5a@localhost \
--to=ornati@fastwebnet.it \
--cc=linux-kernel@vger.kernel.org \
--cc=vercetti@zlew.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox