public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bill Davidsen <davidsen@tmr.com>
To: Rik van Riel <riel@redhat.com>
Cc: Linux Kernel mailing List <linux-kernel@vger.kernel.org>
Subject: Re: What causes iowait other than waiting for i/o?
Date: Tue, 29 May 2007 16:01:08 -0400	[thread overview]
Message-ID: <465C8684.2030600@tmr.com> (raw)
In-Reply-To: <465C5B61.6000702@redhat.com>

Rik van Riel wrote:
> Bill Davidsen wrote:
>> I recently noted that my system was spending a lot of time in i/o 
>> wait when doing some tasks which I thought didn't involve i/o, as 
>> noted by the lack of disk light activity most of the time. I thought 
>> of network, certainly the NIC had no activity for this job. So I set 
>> up a little loop to capture all disk i/o and network activity 
>> (including loopback). That was no obvious help, and the program 
>> doesn't use pipes.
>>
>> At this point I'm really curious, does someone have a good clue?
>>
>> Note: I don't think this is a bug or performance issue, unless the 
>> kernel is doing something and charging time to iowait instead of 
>> system I don't see anything to fix, but I would like to understand.
>
> All filesystem IO and direct disk IO can cause iowait.
>
> This includes NFS activity.
>
If I didn't note it before, I'm read the the data from /proc, cpustats, 
net/dev, and diskstats. I assume that all i/o would show up in one of 
those places. NFS isn't involved, although this machine is a fileserver 
as a side job the modules weren't even loaded during testing.

A puzzlement for future consideration. If I get a chance later this week 
I'll make a pretty graphic of all the stuff going on when the iowait 
spiked, ctx rate, inq rate, hell the last time I even grabbed the CPU 
temp to see if it told me anything (didn't, thermal throttling NOT).

Thanks for the feedback, I think that lets out the obvious stuff.

-- 
Bill Davidsen <davidsen@tmr.com>
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot


      reply	other threads:[~2007-05-29 20:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-28 21:36 What causes iowait other than waiting for i/o? Bill Davidsen
2007-05-28 21:47 ` Jesper Juhl
2007-05-29  6:28 ` Satyam Sharma
2007-05-29 13:26   ` Bill Davidsen
2007-05-29 16:57 ` Rik van Riel
2007-05-29 20:01   ` Bill Davidsen [this message]

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=465C8684.2030600@tmr.com \
    --to=davidsen@tmr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riel@redhat.com \
    /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