From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iustin Pop Subject: Re: LVM performance (was: Re: RAID5 to RAID6 reshape?) Date: Tue, 19 Feb 2008 21:00:48 +0100 Message-ID: <20080219200048.GB7693@teal.hq.k1024.org> References: <18360.8065.335494.142060@tree.ty.sabi.co.UK> <20080217074526.29d3c5c5@hardcode42.net> <20080218062604.05ae4821@szpak> <20080218154203.6e2d1483@szpak> <47BB30DF.1080006@student.tuwien.ac.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Jon Nelson Cc: Oliver Martin , Janek Kozicki , linux-raid@vger.kernel.org List-Id: linux-raid.ids On Tue, Feb 19, 2008 at 01:52:21PM -0600, Jon Nelson wrote: > On Feb 19, 2008 1:41 PM, Oliver Martin > wrote: > > Janek Kozicki schrieb: > > > > $ hdparm -t /dev/md0 > > > > /dev/md0: > > Timing buffered disk reads: 148 MB in 3.01 seconds = 49.13 MB/sec > > > > $ hdparm -t /dev/dm-0 > > > > /dev/dm-0: > > Timing buffered disk reads: 116 MB in 3.04 seconds = 38.20 MB/sec > > I'm getting better performance on a LV than on the underlying MD: > > # hdparm -t /dev/md0 > > /dev/md0: > Timing buffered disk reads: 408 MB in 3.01 seconds = 135.63 MB/sec > # hdparm -t /dev/raid/multimedia > > /dev/raid/multimedia: > Timing buffered disk reads: 434 MB in 3.01 seconds = 144.04 MB/sec > # As people are trying to point out in many lists and docs: hdparm is *not* a benchmark tool. So its numbers, while interesting, should not be regarded as a valid comparison. Just my oppinion. regards, iustin