From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 15:01:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C6CD1065687 for ; Sun, 28 Sep 2008 15:01:28 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9E88FC14 for ; Sun, 28 Sep 2008 15:01:27 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m8SF1KEh096943; Sun, 28 Sep 2008 17:01:20 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m8SF1Kq4096940; Sun, 28 Sep 2008 17:01:20 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 28 Sep 2008 17:01:20 +0200 (CEST) From: Wojciech Puchar To: Danny Do In-Reply-To: Message-ID: <20080928170001.E96919@wojtek.tensor.gdynia.pl> References: <00d101c92154$691f53c0$3b5dfb40$@com> <48DF78C3.9080401@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: RE: Hard disk bottle neck. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 15:01:28 -0000 > #ifndef MAXDUMPPGS > > I'll update the result. I'll tell you how I go. Maybe sometimes in the next > fortnight. > > Thanks everyone, thanks Wojciech Puchar, > > Danny anyway - how your RAID5 is configured? didn't you selected SMALL stripe sizes? this way - every large read uses 3 disks in parallel, instead of spreading multiple reads on multiple disks. RAID5 performance is high on reads, when configured properly, and when the RAID solution is right.