public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Larry McVoy <lm@bitmover.com>
To: tytso@mit.edu
Cc: jfs-discussion@lists.sourceforge.net,
	linux-nilfs@vger.kernel.org, linux-ext4@vger.kernel.org,
	Peter Grandi <pg_jf2@jf2.for.sabi.co.UK>,
	reiserfs-devel@vger.kernel.org, ext-users <ext3-users@redhat.com>,
	xfs@oss.sgi.com, linux-btrfs@vger.kernel.org
Subject: Re: [Jfs-discussion] benchmark results
Date: Fri, 25 Dec 2009 08:22:38 -0800	[thread overview]
Message-ID: <20091225162238.GB19303@bitmover.com> (raw)
In-Reply-To: <20091225161453.GD32757@thunk.org>

On Fri, Dec 25, 2009 at 11:14:53AM -0500, tytso@mit.edu wrote:
> On Thu, Dec 24, 2009 at 05:52:34PM -0800, Christian Kujau wrote:
> > 
> > Well, I do "sync" after each operation, so the data should be on disk, but 
> > that doesn't mean it'll clear the filesystem buffers - but this doesn't 
> > happen that often in the real world too. Also, all filesystem were tested 
> > equally (I hope), yet some filesystem perform better than another - even 
> > if all the content copied/tar'ed/removed would perfectly well fit into the 
> > machines RAM.
> 
> Did you include the "sync" in part of what you timed?  Peter was quite
> right --- the fact that the measured bandwidth in your "cp" test is
> five times faster than the disk bandwidth as measured by hdparm, and
> many file systems had exactly the same bandwidth, makes me very
> suspicious that what was being measured was primarily memory bandwidth
> --- and not very useful when trying to measure file system
> performance.

Dudes, sync() doesn't flush the fs cache, you have to unmount for that.
Once upon a time Linux had an ioctl() to flush the fs buffers, I used
it in lmbench.  

	ioctl(fd, BLKFLSBUF, 0);

No idea if that is still supported, but sync() is a joke for benchmarking.
-- 
---
Larry McVoy                lm at bitmover.com           http://www.bitkeeper.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2009-12-25 16:21 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-24 10:31 benchmark results Christian Kujau
2009-12-24 12:06 ` Ryusuke Konishi
2009-12-24 12:59 ` Teran McKinney
2009-12-24 13:05 ` [Jfs-discussion] " Peter Grandi
2009-12-24 21:27   ` tytso
2009-12-24 23:46     ` Evgeniy Polyakov
2009-12-25 16:11       ` tytso
2010-01-04 16:27         ` Chris Mason
2010-01-04 18:57           ` Michael Rubin
2010-01-05  0:41           ` Dave Chinner
2010-01-05 15:31             ` Steven Pratt
2009-12-25  1:52     ` Christian Kujau
2009-12-25 13:19       ` lakshmi pathi
2009-12-25 16:14       ` tytso
2009-12-25 16:22         ` Larry McVoy [this message]
2009-12-25 16:33           ` tytso
2009-12-25 18:56             ` Christian Kujau
2009-12-25 19:32               ` Christian Kujau
2009-12-25 18:51           ` Christian Kujau
2009-12-26 16:00             ` jim owens
2009-12-26 19:06               ` Christian Kujau
2009-12-27 19:50                 ` jim owens
2009-12-27 21:55                   ` Christian Kujau
2009-12-27 22:33                     ` tytso
2009-12-28  1:24                       ` Christian Kujau
2009-12-28 14:08                       ` Larry McVoy
2010-01-15 21:42                         ` Edward Shishkin
2009-12-26 19:19               ` tytso
     [not found]           ` <AAA45328-6BEA-465C-B999-C99D45FC56FF@shobe.info>
2010-01-11  1:32             ` Larry McVoy
2009-12-25 18:42         ` Christian Kujau
2009-12-29 11:27 ` Emmanuel Florac

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=20091225162238.GB19303@bitmover.com \
    --to=lm@bitmover.com \
    --cc=ext3-users@redhat.com \
    --cc=jfs-discussion@lists.sourceforge.net \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-nilfs@vger.kernel.org \
    --cc=pg_jf2@jf2.for.sabi.co.UK \
    --cc=reiserfs-devel@vger.kernel.org \
    --cc=tytso@mit.edu \
    --cc=xfs@oss.sgi.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