MartynW
Dabbler
- Joined
- Feb 23, 2014
- Messages
- 39
1) Individual sequential read and write tests. This is basically just using "dd if=/dev/da${n} of=/dev/null bs=1048576" to do a read test, and "dd if=/dev/zero of=/dev/da${n} bs=1048576" to do a write test. Note the reported read/write speeds at the end and compare them to both the other drives in the pool and also any benchmark stats you can find for that particular drive on the Internet. They should be very close.
Thanks for this great article. Can I please clarify a couple of points regarding this?
1. "dd if=/dev/da${n} of=/dev/null bs=1048576". Does this go on forever? I had to ctrl-C after 3.5 hours. If I add count=1K on this, it response in 7 seconds. The drives are 4TB Seagate NAS drives.
2. Using count=1K, I get quite a range of read rates, 144-155MB/s would that be expected? I can't find any stats on the internet?
3. If these test do take a while, with 6 disks to test, would you do 6 at once? I also assume that you would need one terminal sessions per disk, read and write? So 12 running at the same time?