victorhooi
Contributor
- Joined
 - Mar 16, 2012
 
- Messages
 - 184
 
Hi,
 
Ok, so I've created a ZFS RAID-Z1 pool with four drives on a HP N54L.
 
The drives are 3.5" mechanical drives - two Seagates (7200 RPM), two Hitachi Deskstar 5K3000 (5940 RPM).
 
I'm doing an RSync from a MacBook Pro connecting to an external drive via USB 3.0, over AFP via Gigabit Ethernet to the NAS. The files I'm copying are larg-ish - around 2-4 GB.
 
The write performance I'm getting seems a bit on the low side - averaging around 12 MB/s for the pool (if I'm reading zpool output correctly):
 
 
Can I just double-check if this seems reasonable to you guys? Are there any obvious issues with my setup? (Apart from the fact that I'm running four drives in RAIDZ1 - although my understanding is that this wouldn't have this large an impact on performance).
 
Cheers,
Victor
	
		
			
		
		
	
			
			Ok, so I've created a ZFS RAID-Z1 pool with four drives on a HP N54L.
The drives are 3.5" mechanical drives - two Seagates (7200 RPM), two Hitachi Deskstar 5K3000 (5940 RPM).
I'm doing an RSync from a MacBook Pro connecting to an external drive via USB 3.0, over AFP via Gigabit Ethernet to the NAS. The files I'm copying are larg-ish - around 2-4 GB.
The write performance I'm getting seems a bit on the low side - averaging around 12 MB/s for the pool (if I'm reading zpool output correctly):
Code:
[victorhooi@freenas] /% zpool iostat -v 5
                                           capacity     operations    bandwidth
pool                                    alloc   free   read  write   read  write
--------------------------------------  -----  -----  -----  -----  -----  -----
datastore                                245G  10.6T      0    136  2.18K  12.9M
  raidz1                                 245G  10.6T      0    136  2.18K  12.9M
    gptid/36d5bb2e-86cf-11e3-8a5c-10604b92dc14      -      -      0     74    583  4.47M
    gptid/37e9e6af-86cf-11e3-8a5c-10604b92dc14      -      -      0     69    573  4.42M
    gptid/388b045d-86cf-11e3-8a5c-10604b92dc14      -      -      0     72    545  4.47M
    gptid/39059520-86cf-11e3-8a5c-10604b92dc14      -      -      0     68    539  4.43M
--------------------------------------  -----  -----  -----  -----  -----  -----Can I just double-check if this seems reasonable to you guys? Are there any obvious issues with my setup? (Apart from the fact that I'm running four drives in RAIDZ1 - although my understanding is that this wouldn't have this large an impact on performance).
Cheers,
Victor