NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Raidframe performances (was: Re: NFS performances)



Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:

> Right, this is not a NFS performance problem, but a RAIDframe performance
> problem. 

I found the problem: disk cache not enabled on one of the RAID
controllers. Now I have:

On a non RAID partition:
# time dd if=/dev/zero of=/var/crash/z bs=1024k count=100
    0.98s real     0.00s user     0.34s system

On a RAID partition:
# time dd if=/dev/zero of=/home5/z bs=1024k count=100     
    2.53s real     0.00s user     0.36s system


Are the numbers reasonable?

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index