From: Mike Galbraith <efault@gmx.de>
To: Amit Shah <amit.shah@redhat.com>
Cc: Jan Kara <jack@suse.cz>, Theodore Tso <tytso@mit.edu>,
Chris Mason <chris.mason@oracle.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Linux Kernel Developers List <linux-kernel@vger.kernel.org>,
Ext4 Developers List <linux-ext4@vger.kernel.org>
Subject: Re: [PATCH] Add ext3 data=guarded mode
Date: Mon, 20 Apr 2009 15:06:23 +0200 [thread overview]
Message-ID: <1240232783.6154.5.camel@marge.simson.net> (raw)
In-Reply-To: <20090420125653.GA28858@amit-x200.pnq.redhat.com>
On Mon, 2009-04-20 at 18:26 +0530, Amit Shah wrote:
> I'll re-run the tests later tonight..
I ran ext3 in all journaling modes (one run), and there was spit
difference.
(the mmap test is a bit slow and unfriendly)
marge:..tmp/tmp # ./test-file-zero-alloc-speed 4 /dev/sdf3 /media/root ext3 rw,_netdev,noatime,data=ordered,acl,user_xattr
posix-fallocate run time:
seconds:microseconds: 1240230249:280060
seconds:microseconds: 1240230303:989879
(approx 54s)
mmap run time:
seconds:microseconds: 1240230304:67286
seconds:microseconds: 1240230363:882957
(approx 59s)
4096-sized chunk run time:
seconds:microseconds: 1240230363:989225
seconds:microseconds: 1240230419:242924
(approx 56s)
8192-sized chunk run time:
seconds:microseconds: 1240230419:365540
seconds:microseconds: 1240230473:307148
(approx 54s)
marge:..tmp/tmp # ./test-file-zero-alloc-speed 4 /dev/sdf3 /media/root ext3 rw,_netdev,noatime,data=writeback,acl,user_xattr
posix-fallocate run time:
seconds:microseconds: 1240230511:276152
seconds:microseconds: 1240230565:40419
(approx 54s)
mmap run time:
seconds:microseconds: 1240230571:139959
seconds:microseconds: 1240230633:254590
(approx 62s)
4096-sized chunk run time:
seconds:microseconds: 1240230639:300132
seconds:microseconds: 1240230693:95665
(approx 54s)
8192-sized chunk run time:
seconds:microseconds: 1240230698:655975
seconds:microseconds: 1240230753:902749
(approx 55s)
marge:..tmp/tmp # ./test-file-zero-alloc-speed 4 /dev/sdf3 /media/root ext3 rw,_netdev,noatime,data=guarded,acl,user_xattr
posix-fallocate run time:
seconds:microseconds: 1240230802:594939
seconds:microseconds: 1240230856:602117
(approx 54s)
mmap run time:
seconds:microseconds: 1240230862:792587
seconds:microseconds: 1240230924:985089
(approx 62s)
4096-sized chunk run time:
seconds:microseconds: 1240230930:827949
seconds:microseconds: 1240230985:663422
(approx 55s)
8192-sized chunk run time:
seconds:microseconds: 1240230991:483085
seconds:microseconds: 1240231046:601340
(approx 55s)
marge:..tmp/tmp # ./test-file-zero-alloc-speed 4 /dev/sdf3 /media/root ext3 rw,_netdev,noatime,data=journal,acl,user_xattr
posix-fallocate run time:
seconds:microseconds: 1240231074:745621
seconds:microseconds: 1240231128:740106
(approx 54s)
mmap run time:
seconds:microseconds: 1240231134:830362
seconds:microseconds: 1240231193:939029
(approx 59s)
4096-sized chunk run time:
seconds:microseconds: 1240231199:800554
seconds:microseconds: 1240231254:600778
(approx 55s)
8192-sized chunk run time:
seconds:microseconds: 1240231260:386834
seconds:microseconds: 1240231315:121745
(approx 55s)
next prev parent reply other threads:[~2009-04-20 13:06 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-15 17:22 [PATCH RFC] ext3 data=guarded v3 Chris Mason
2009-04-15 17:22 ` [PATCH 1/3] Export filemap_write_and_wait_range Chris Mason
2009-04-15 17:22 ` [PATCH 2/3] Add block_write_full_page_endio for passing endio handler Chris Mason
2009-04-15 17:22 ` [PATCH 3/3] Add ext3 data=guarded mode Chris Mason
2009-04-16 19:42 ` [PATCH] " Chris Mason
2009-04-17 11:04 ` Mike Galbraith
2009-04-17 18:09 ` Amit Shah
2009-04-17 20:13 ` Theodore Tso
2009-04-18 6:03 ` Amit Shah
[not found] ` <20090418060312.GA10943@amit-x200.pnq.redhat.com>
2009-04-18 7:28 ` Mike Galbraith
2009-04-19 6:24 ` Amit Shah
2009-04-20 9:07 ` Mike Galbraith
2009-04-20 9:26 ` Jan Kara
2009-04-20 12:15 ` Mike Galbraith
2009-04-20 12:56 ` Amit Shah
2009-04-20 13:06 ` Mike Galbraith [this message]
2009-04-20 13:44 ` Jan Kara
2009-04-20 14:18 ` Chris Mason
2009-04-20 14:42 ` Jan Kara
2009-04-20 14:58 ` Chris Mason
2009-04-20 15:50 ` Jan Kara
2009-04-15 19:10 ` [PATCH RFC] ext3 data=guarded v3 Eric Sandeen
2009-04-15 20:35 ` Linus Torvalds
2009-04-15 21:09 ` Theodore Tso
2009-04-16 8:44 ` Jan Kara
2009-04-16 18:09 ` Nick Piggin
2009-04-16 11:39 ` Mike Galbraith
2009-04-16 11:40 ` Mike Galbraith
2009-04-16 14:56 ` Chris Mason
2009-04-16 17:12 ` Chris Mason
2009-04-16 18:25 ` Mike Galbraith
2009-04-16 18:37 ` Linus Torvalds
2009-04-16 19:38 ` Chris Mason
2009-04-16 18:00 ` Mike Galbraith
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=1240232783.6154.5.camel@marge.simson.net \
--to=efault@gmx.de \
--cc=amit.shah@redhat.com \
--cc=chris.mason@oracle.com \
--cc=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=tytso@mit.edu \
/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).