Re: VFS scalability git tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nick Piggin
Date: Tuesday, July 27, 2010 - 4:09 am

On Tue, Jul 27, 2010 at 05:05:39PM +1000, Nick Piggin wrote:

I also tried dbench on this setup. 20 runs of dbench -t20 8
(that is a 20 second run, 8 clients).

Numbers are throughput, higher is better:

          N           Min           Max        Median           Avg Stddev
vanilla  20       2219.19       2249.43       2230.43     2230.9915 7.2528893
scale    20       2428.21        2490.8       2437.86      2444.111 16.668256
Difference at 95.0% confidence
        213.119 +/- 8.22695
        9.55268% +/- 0.368757%
        (Student's t, pooled s = 12.8537)

vfs-scale is 9.5% or 210MB/s faster than vanilla.

Like fs_mark, dbench has creat/unlink activity, so I hope rcu-inodes
should not be such a problem in practice. In my creat/unlink benchmark,
it is creating and destroying one inode repeatedly, which is the
absolute worst case for rcu-inodes. Wheras in most real workloads
would be creating and destroying many inodes, which is not such a dis
advantage for rcu-inodes.

Incidentally, XFS was by far the fastest "real" filesystem I tested on
this workload. ext4 was around 1700MB/s (ext2 was around 3100MB/s and
ramfs is 3350MB/s).

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
VFS scalability git tree, Nick Piggin, (Thu Jul 22, 12:01 pm)
Re: VFS scalability git tree, Nick Piggin, (Fri Jul 23, 8:35 am)
Re: VFS scalability git tree, Nick Piggin, (Tue Jul 27, 1:06 am)
Re: VFS scalability git tree, Nick Piggin, (Tue Jul 27, 4:09 am)
Re: VFS scalability git tree, Dave Chinner, (Tue Jul 27, 9:59 pm)
Re: VFS scalability git tree, Dave Chinner, (Wed Jul 28, 5:57 am)
Re: VFS scalability git tree, Nick Piggin, (Thu Jul 29, 7:03 am)