From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Chinner Subject: Re: Filesystem benchmarks on reasonably fast hardware Date: Tue, 19 Jul 2011 20:15:53 +1000 Message-ID: <20110719101553.GN30254@dastard> References: <20110718143450.GH1437@logfs.org> <20110718114036.GF1437@logfs.org> <20110719024138.GJ30254@dastard> <20110719073633.GN1437@logfs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-fsdevel@vger.kernel.org To: =?iso-8859-1?Q?J=F6rn?= Engel Return-path: Received: from ipmail05.adl6.internode.on.net ([150.101.137.143]:51340 "EHLO ipmail05.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061Ab1GSKQF (ORCPT ); Tue, 19 Jul 2011 06:16:05 -0400 Content-Disposition: inline In-Reply-To: <20110719073633.GN1437@logfs.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jul 19, 2011 at 09:36:33AM +0200, J=F6rn Engel wrote: > On Tue, 19 July 2011 12:41:38 +1000, Dave Chinner wrote: > > On Mon, Jul 18, 2011 at 01:40:36PM +0200, J=F6rn Engel wrote: > > > On Mon, 18 July 2011 20:57:49 +1000, Dave Chinner wrote: > > > > On Mon, Jul 18, 2011 at 09:53:39AM +0200, J=F6rn Engel wrote: > > > > > On Mon, 18 July 2011 09:32:52 +1000, Dave Chinner wrote: > > > > > > On Sun, Jul 17, 2011 at 06:05:01PM +0200, J=F6rn Engel wrot= e: > > > >=20 > > > > > > > xfs: > > > > > > > =3D=3D=3D=3D > > > > > > > seqrd 1 2 4 8 16 32 64 128 > > > > > > > 16384 4698 4424 4397 4402 4394 4398 4642 4679=09 > > > > > > > 8192 6234 5827 5797 5801 5795 6114 5793 5812=09 > > > > > > > 4096 9100 8835 8882 8896 8874 8890 8910 8906=09 > > > > > > > 2048 14922 14391 14259 14248 14264 14264 14269 14273=09 > > > > > > > 1024 23853 22690 22329 22362 22338 22277 22240 22301=09 > > > > > > > 512 37353 33990 33292 33332 33306 33296 33224 33271=09 > >=20 > > > seqrd 1 2 4 8 16 32 64 128 > > > 16384 4542 8311 15738 28955 38273 36644 38530 38527=09 > > > 8192 6000 10413 19208 33878 65927 76906 77083 77102=09 > > > 4096 8931 14971 24794 44223 83512 144867 147581 150702=09 > > > 2048 14375 23489 34364 56887 103053 192662 307167 309222=09 > > > 1024 21647 36022 49649 77163 132886 243296 421389 497581=09 > > > 512 31832 61257 79545 108782 176341 303836 517814 584741=09 > >=20 > > > What bothers me a bit is that the single-threaded numbers took su= ch a > > > noticeable hit... > >=20 > > Is it reproducable? I did notice quite a bit of run-to-run variatio= n > > in the numbers I ran. For single threaded numbers, they appear to b= e > > in the order of +/-100 ops @ 16k block size. >=20 > Ime the numbers are stable within about 10%. And given that out of > six measurements every single one is a regression, I would feel > confident to bet a beverage without further measurements. Regression > is 3.4%, 3.9%, 1.9%, 3.8%, 10% and 17% respectively, so the effect > appears to be more visible with smaller block numbers as well. Only thing I can think of then is that taking the lock shared is more expensive than taking it exclusive. Otherwise there is little change to the code path.... /me shrugs and cares not all that much right now Cheers, Dave. --=20 Dave Chinner david@fromorbit.com -- 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