Subject: Re: RAID controller support, and/or RAIDFrame
To: None <port-i386@NetBSD.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: port-i386
Date: 10/27/2003 21:04:47
Luke Mewburn wrote:
> On Wed, Oct 08, 2003 at 06:12:16PM -0700, Jonathan Stone wrote:
> |
> | OK, then how many MB/sec does your card do in a 32-bit/33MHz slot?
> |
> | (You did say "fast", any quantitatie estimate would do).
>
> Using Seagate 120GB ST3120026AS SATA drives:
> RAID-1 mirror across 2 drives:
> reading 64k chunks: 50MB/s
> (all tests with the really simple
> dd if=/dev/rldNd of=/dev/null bs=64k count=5000
This is from Dell PERC 4/Di with two 136 GB disks (U320 @ 10000 rpm)
in RAID-1:
# dd if=/dev/rld0d of=/dev/null bs=64k count=5000
5000+0 records in
5000+0 records out
327680000 bytes transferred in 5.044 secs (64964314 bytes/sec)
# bonnie -s 500m -d /var/tmp
Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU
500 59505 40.5 43430 8.4 44081 13.2 118949 99.8 752250 100.0
I really like this compared to my "old" server's poor 13 MB/s [1].
[1] http://mail-index.netbsd.org/netbsd-help/2003/07/25/0002.html
Martti