From owner-freebsd-stable@FreeBSD.ORG Mon Mar 31 13:55:47 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F6C37B401 for ; Mon, 31 Mar 2003 13:55:47 -0800 (PST) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F8243F93 for ; Mon, 31 Mar 2003 13:55:46 -0800 (PST) (envelope-from craig@meoqu.gank.org) Received: from owen1492.uf.corelab.com (unknown [206.50.138.222]) by ion.gank.org (GankMail) with ESMTP id 34C9D2C28B; Mon, 31 Mar 2003 15:55:46 -0600 (CST) From: Craig Boston To: Jason Andresen In-Reply-To: <3E88B601.90802@mitre.org> References: <20030330125138.K23911@leelou.in.tern> <3E870CC7.5000204@mac.com> <20030330175605.E23911@leelou.in.tern> <3E87204C.5060304@ludd.luth.se> <3E88524A.1060600@mitre.org> <3E88AECD.10607@liwing.de> <3E88B601.90802@mitre.org> Content-Type: text/plain Organization: Message-Id: <1049147744.98637.57.camel@owen1492.uf.corelab.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 31 Mar 2003 15:55:44 -0600 Content-Transfer-Encoding: 7bit cc: FreeBSD Stable List Subject: Re: vinum performance X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 21:55:50 -0000 On Mon, 2003-03-31 at 15:41, Jason Andresen wrote: > (Both of these were on previously untouched files to prevent any > caching, and the "write" test is on a new file, not rewriting an old one) > Write speed: > 81920000 bytes transferred in 3.761307 secs (21779663 bytes/sec) > Read speed: > 81920000 bytes transferred in 3.488978 secs (23479655 bytes/sec) > > But on the RAID5: > Write speed: > 81920000 bytes transferred in 17.651300 secs (4641018 bytes/sec) > Read speed: > 81920000 bytes transferred in 4.304083 secs (19033090 bytes/sec) Disclaimer: IANAVE (I am not a Vinum Expert) What block size are you using with dd? If your bs= is less than your RAID stripe size, it seems like it would end up doing unnecessary read-modify-write cycles... Craig