From owner-freebsd-scsi@FreeBSD.ORG Sun Apr 17 19:13:58 2005 Return-Path: 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 5B49716A4CE; Sun, 17 Apr 2005 19:13:58 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA7443D41; Sun, 17 Apr 2005 19:13:55 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j3HJG5Ww070421; Sun, 17 Apr 2005 13:16:05 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4262B4A0.8080902@samsco.org> Date: Sun, 17 Apr 2005 13:10:24 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <200504171439.14530@aldan> In-Reply-To: <200504171439.14530@aldan> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: freebsd-scsi@freebsd.org cc: trhodes@freebsd.org cc: msmith@mu.org Subject: Re: speed of a ciss-based pseudo-disk X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 19:13:58 -0000 Mikhail Teterin wrote: > Hello! > > I have two U320 SCSI drives in a RAID-0 combination attached to HP's > Smart Array 642. This is the dmesg: > > ciss0: port 0xb800-0xb8ff mem > 0xfea80000-0xfeabffff,0xfeafe000-0xfeafffff irq 29 at device 1.0 on pci4 > da0 at ciss0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 135.168MB/s transfers > da0: 69419MB (142171680 512 byte sectors: 255H 32S/T 17423C) > > Why is the reported speed only 135.168MB/s? All equipment is U320, so > I'd expect the nominal speed of 320MB/s... > > Should I try a different cable? Mine says U320, although the terminator > is marked U160 -- but 135 is not even 160... > > Any ideas? > Just because a disk can communicate at Ultra320 doesn't mean that it can sustain data at that rate. Same goes for ATA133 and SATA150. A typical modern disk can sustain about 50-70MB/s, and that's it. The fact that you're getting 135MB/s on a 2 disk sets completely validates this. What Ultra320 gives you is the ability to sustain that 50-70MB/s on multiple disks at once. Scott