Re: What is the highest hard drive read/write speed you were able to achieve by entire disk mirroring or striping?



I am seeing 85MB/s as a speed of a single Hitachi 1TB HD.
How high can you go by mirroring or striping 2, 3, 4 harddrives?

mirroring - the same, just with 2 processes reading both can get the bandwidth. make sure you use -s high enough (like 1048576) doing gmirror label

stripping - the same, or 2,3,4 times, depends how you configure.
for highest transfer and lowest concurrency (you mostly read huge files with one process) - use small stripe size.
for lowest transfer (=1 disk) and highest concurency - use very huge stripe size like 512MB, so simply different process reading different things can hit different drives, but each I/O isn't spread.

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"