HeloJunkie
Patron
- Joined
- Oct 15, 2014
- Messages
- 300
OK, so using your testing recommendations cyberjock I reran all of the performance tests:
RAIDZ3 - 8 Drives, No Compression
RAIDZ2 - 8 Drives, No Compression
RAIDZ1 - 8 Drives, No Compression
RAID0- 8 Drives, No Compression
RAID10- 8 Drives, No Compression
RAID60- 8 Drives, No Compression
All drives connected to the motherboard sata ports. Non-production system, no data, no traffic, no load. I used the following commands:
So first the performance graph:
From my reading about the various RAID options, this looks pretty much how I would expect it to look...the more parity the slower the system except that RAID10 appears to be neck-and-neck with RAIDZ3.
Now for the individual hard drive graphs. As before, ada3 and ada7 show greater read speeds than the rest of the drives:
But then as I continued to run the various test, I see that those read speeds only appear when testing against a RAIDZ3 pool, none of the other pools:
This is (left-to-right) RAIDZ2, RAIDZ1, RAID0 and the first part of the RAID10 write test.
RAIDZ3 - 8 Drives, No Compression
RAIDZ2 - 8 Drives, No Compression
RAIDZ1 - 8 Drives, No Compression
RAID0- 8 Drives, No Compression
RAID10- 8 Drives, No Compression
RAID60- 8 Drives, No Compression
All drives connected to the motherboard sata ports. Non-production system, no data, no traffic, no load. I used the following commands:
Code:
dd if=/dev/zero of=/mnt/vol1/testfile bs=8M count=32000 dd if=/mnt/vol1/testfile of=/dev/null bs=8M count=32000
So first the performance graph:

From my reading about the various RAID options, this looks pretty much how I would expect it to look...the more parity the slower the system except that RAID10 appears to be neck-and-neck with RAIDZ3.
Now for the individual hard drive graphs. As before, ada3 and ada7 show greater read speeds than the rest of the drives:


But then as I continued to run the various test, I see that those read speeds only appear when testing against a RAIDZ3 pool, none of the other pools:


This is (left-to-right) RAIDZ2, RAIDZ1, RAID0 and the first part of the RAID10 write test.