linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Pratt <slpratt@austin.ibm.com>
To: linux-btrfs <linux-btrfs@vger.kernel.org>
Subject: New performance results
Date: Mon, 06 Apr 2009 17:01:11 -0500	[thread overview]
Message-ID: <49DA7BA7.7010607@austin.ibm.com> (raw)

I am continuing to do runs to provide more data on the random write 
issues with btrfs. I have just posted 2 sets of runs here:
http://btrfs.boxacle.net/repository/raid/longrun/

these are on a pull of the btrfs-unstable experimental branch from 4/3.

These are 100 minute runs of the 128 thread random write workload on the 
raid system (1 for btrfs and 1 for ext3).  Included in these runs are 
graphs of all the iostat, sar and mpstat data (see analysis directories).

A couple of interesting things. First, we see the choppiness of the IO 
in btrfs compared to ext3.
http://btrfs.boxacle.net/repository/raid/longrun/btrfs-longrun/btrfs1.ffsb.random_writes__threads_0128.09-04-06_10.25.03/analysis/iostat-processed.001/chart.html 

http://btrfs.boxacle.net/repository/raid/longrun/ext3-longrun/btrfs1.ffsb.random_writes__threads_0128.09-04-06_13.44.49/analysis/iostat-processed.001/chart.html 


In particular look at graphs 7 and 11 which show write iops and 
throughput.  Ext3 is nice and smooth, while btrfs has a repeating 
pattern of dips and spikes, with IO going to 0 on  a regular basis.

Another interesting observation is what looks a lot like a memory leak.  
Looking at chart 6 Memory at :
http://btrfs.boxacle.net/repository/raid/longrun/btrfs-longrun/btrfs1.ffsb.random_writes__threads_0128.09-04-06_10.25.03/analysis/sar-processed.001/chart.html 

we see that the amount of page cache drops slowly throughout the entire 
run.  Starting up around 3.5GB and dropping to about 2.3GB by the end of 
the run.  The memory seems to have moved to the slab which grew to 
1.5GB.  Doing a repeat of the run while watching slabtop, we see that 
size-2048 is responsible for the majority of the slab usage (over 1GB).

We do not see this behavior under ext3.


Steve

             reply	other threads:[~2009-04-06 22:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-06 22:01 Steven Pratt [this message]
2009-04-06 22:19 ` New performance results Josef Bacik
2009-04-06 22:31   ` Josef Bacik
2009-04-07  3:37 ` Chris Mason
2009-04-07 15:45   ` Steven Pratt
2009-04-07 20:53     ` Steven Pratt
  -- strict thread matches above, loose matches on Subject: below --
2010-04-23 22:31 Steven Pratt

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=49DA7BA7.7010607@austin.ibm.com \
    --to=slpratt@austin.ibm.com \
    --cc=linux-btrfs@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).