public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* XFS doesn't correctly account for IO-Wait for directory reading
@ 2008-01-23 11:00 Matthias Schniedermeyer
  2008-01-23 12:17 ` Christoph Hellwig
  2008-01-24  0:31 ` David Chinner
  0 siblings, 2 replies; 4+ messages in thread
From: Matthias Schniedermeyer @ 2008-01-23 11:00 UTC (permalink / raw)
  To: xfs

Hi


Some days ago Mr. Chinner(?, don't have the e-mail anymore) said that 
XFS fakes ( :-) ) it's way around IO-wait accounting for file-deletion 
by deferring it to the log.

Today i thought again about the initial 'rm -rf'-isn't-accounted-properly
"problem", and the bigger part of "rm -rf" is the 
directory-traversal(IOW read) and not the actual "unlink"-part.

So what better test than a simple 'find'.

Situation: Cache is cold:
find /<wherever> >/dev/null
While running (which takes some time) it shows exactly 0.0%wa in top on 
an otherwise completely idle system, where there should be a near 50%wa 
(Dual-Core system) or 100% on a UP system.

For plain old file-reading the IO-Wait appears to show correctly (AFAICT).
In a short test:
cat <somelargefiles> > /dev/null
peaked at 48%wa (said Dual-Core) with an average around 45%wa.

SO how das XFS fake around IO-wait accounting this time?

Unfortunatly i don't have any sufficiently large non-XFS-filesystems to 
do a good(tm) comparison, but a test on a small ext3-fs appeared to 
correctly(tm) account IO-Wait in directory traversal.

Tested Kernels: 2.6.23 & 2.6.24rc6







Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-24  0:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23 11:00 XFS doesn't correctly account for IO-Wait for directory reading Matthias Schniedermeyer
2008-01-23 12:17 ` Christoph Hellwig
2008-01-23 14:24   ` Matthias Schniedermeyer
2008-01-24  0:31 ` David Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox