From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 14:38:14 2009 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 B7C3C106566B for ; Fri, 27 Feb 2009 14:38:14 +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 A1E458FC17 for ; Fri, 27 Feb 2009 14:38:11 +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.3/8.14.3) with ESMTP id n1REc0ck020513; Fri, 27 Feb 2009 15:38:00 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n1REbxZ1020510; Fri, 27 Feb 2009 15:37:59 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 27 Feb 2009 15:37:59 +0100 (CET) From: Wojciech Puchar To: Julien Cigar In-Reply-To: <1235740489.2747.17.camel@frodon.be-bif.ulb.ac.be> Message-ID: References: <1235740489.2747.17.camel@frodon.be-bif.ulb.ac.be> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: poor performances with Intel Raid Controller (iir) 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: Fri, 27 Feb 2009 14:38:15 -0000 > > I've a machine with an integrated Intel RAID controller (U320) which > uses the iir driver. I have two arrays, one RAID 1 with two disks and > one RAID 5 with 8 disks. The disks are all Seagate 320MB/s. The system > is running FreeBSD 7.0-RELEASE with 8 processors (2,40 Ghz) and 4GB or > RAM. > > I have very poor performances, around ~50 MB/s, is it normal ? > > jcigar@bccm-it ~ % dd if=/dev/zero of=blah bs=10M count=100 > 100+0 records in > 100+0 records out > 1048576000 bytes transferred in 20.168689 secs (51990290 bytes/sec) > > Are there any tool to detect what could be the bottleneck(s) ? are you sure it isn't NORMAL performance of this card. i think it is, the "hardware" RAID solutions are usually much slower than software, even more with RAID5.