From owner-freebsd-scsi@FreeBSD.ORG Thu Feb 9 13:37:55 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4936D16A420 for ; Thu, 9 Feb 2006 13:37:55 +0000 (GMT) (envelope-from peceka@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EAC43D46 for ; Thu, 9 Feb 2006 13:37:54 +0000 (GMT) (envelope-from peceka@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so309222wra for ; Thu, 09 Feb 2006 05:37:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oniCFfVwfKmJvIj3JR3CvxcMPlApTZd86AOoNjazBgBRgB1uQsCLvWsDJGtYfQ0WSescqZ/fyf55tjHCCe4ePG+gs75svl23mDgiP6ntCEYNqxQO8vHvWNllQHvCVNZDvIIhTm6VwykNskNNrFymxtP+0gJI+o0YgsLsSkhX1yw= Received: by 10.64.10.9 with SMTP id 9mr1872764qbj; Thu, 09 Feb 2006 05:37:54 -0800 (PST) Received: by 10.65.253.15 with HTTP; Thu, 9 Feb 2006 05:37:54 -0800 (PST) Message-ID: Date: Thu, 9 Feb 2006 14:37:54 +0100 From: peceka To: freebsd-scsi@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: problem with low efficiency of HP Smart Array 6i under FBSD X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 13:37:55 -0000 Hi, have you noticed any problems with low efficiency of HP Smart Array 6i under FBSD? We've just made some tests on HP DL380 G4 (2GB RAM, 2x HDD ULTRA320 SCSI 15k, 2 x Pentium Xeon 3.6GHz with 2MB cache, raid Smart Array 6i with HP SA6i Battery Backed Cache Enabler with FBSD 6.0 STABLE. and second machine: HP DL380 G4 (2GB RAM, 2xULTRA320 SCSI 10k, 2 x Pentium Xeon 3.4GHz with 1MB cache, raid Smart Array 6i with HP SA6i Battery Backed Cache Enabler - with Linux CentOS 4.3. Our test: #!/bin/sh START=3D"0" END=3D"10000" while [ $START -lt $END ]; do dd if=3D/dev/zero of=3D$i.iso count=3D100000 > /dev/null 2>&1 rm -f $i.iso START=3D`expr $START+1` echo $START done Time of executing this scripts: FreeBSD: 149m 28s Linux: 97m 13s Time of creating one file: dd if=3D/dev/zero of=3Dplik.iso bs=3D1000 count=3D5000000 FreeBSD: 4397s Linux: 2310s dd if=3D/dev/zero of=3Dplik.iso bs=3D100 count=3D50000000 FreeBSD: 299.6s Linux: 214.1s dd if=3D/dev/zero of=3Dplik.iso bs=3D10 count=3D50000000 FreeBSD: 277.2s Linux: 199s Has someone any ideas what to do with this problem? I really don't want to install Linux on this machines... if there is a necessity, I can create some accounts for scsi hackers.