Re: page fault scalability (ext3, ext4, xfs)
From: Dave Hansen <hidden>
Date: 2013-08-14 20:50:02
Also in:
linux-fsdevel, lkml
From: Dave Hansen <hidden>
Date: 2013-08-14 20:50:02
Also in:
linux-fsdevel, lkml
On 08/14/2013 12:43 PM, Theodore Ts'o wrote:
Thanks dave for doing this comparison. Is there any chance you can check whether lockstats shows anything interesting?quoted
Test case is this: https://github.com/antonblanchard/will-it-scale/blob/master/tests/page_fault3.cOne interesting thing about the test case. It looks like the first time through the while loop, the file will need to be extended (since it is a new tempfile). But subsequent times through the list the blocks for the file will already be allocated. If the file is prezero'ed ahead of time, so we're only measuring the cost of the write page fault, and we take block allocation out of the comparison, do we see the same scalability curve?
Would a plain old fallocate() do the trick, or does it actually need zeros written to it? _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs