Hello
I created a raidz1 with 3 HDDs. They are all encrypted with AES 256 Bit (GELI). I boot from a USB Stick into my system which runs on a harddisk with zfs (also encrypted). My question to you guys is: how can I improve the data transfer rate.
My tests:
200MB bin File from Macbook Pro (SSD+Gbit) to Netatalk Share:
Do you have a clue how to increase data transfer rate (without canceling my encryption )
 )
My hardware:
	
	
	
		
Thanks for every single input guys,
Patrick
PS.: I already read the tuning guide. All the things in there were not really working (it's an AMD64 installation).
PPS.: Infos about gstat
	
	
	
		
				
			I created a raidz1 with 3 HDDs. They are all encrypted with AES 256 Bit (GELI). I boot from a USB Stick into my system which runs on a harddisk with zfs (also encrypted). My question to you guys is: how can I improve the data transfer rate.
My tests:
200MB bin File from Macbook Pro (SSD+Gbit) to Netatalk Share:
- raidz1 (3hds) takes 10 sek. (20mb/s)
- raidz0 (1hd) takes 15 sek. (15mb/s)
Do you have a clue how to increase data transfer rate (without canceling my encryption
 )
 )My hardware:
		Code:
	
	CPU: AMD Athlon II Neo N36L, 2x 1.30GHz 
RAM: 5GB 
HDs: 
WDC WD15EADS-00P8B0 01.00A01>     (ada0,pass0) zfs zpoolnonraid raidz0 - 1,5TB
WDC WD10EACS-00ZJB0 01.01B01>     (ada1,pass1) zfs zpoolraid raidz1 - 1 TB
SAMSUNG HD103SI 1AG01118>         (ada2,pass2) zfs zpoolraid raidz1 - 1 TB
ST31000333AS SD15>                (ada3,pass3) zfs zpoolraid raidz1 - 1 TB
SAMSUNG HD322HJ 1AC01108>         (ada4,pass4) zfs zpool raidz0 - 300 GB (system disc)Thanks for every single input guys,
Patrick
PS.: I already read the tuning guide. All the things in there were not really working (it's an AMD64 installation).
PPS.: Infos about gstat
		Code:
	
	[root@myserver:/zpoolraid/data] diskinfo -c /dev/ada1.eli
/dev/ada1.eli
512 # sectorsize
1000204885504 # mediasize in bytes (931G)
1953525167 # mediasize in sectors
0 # stripesize
0 # stripeoffset
1938020 # Cylinders according to firmware.
16 # Heads according to firmware.
63 # Sectors according to firmware.
WD-WCASJ1075246 # Disk ident.
I/O command overhead:
[B]time to read 10MB block 1.278254 sec = 0.062 msec/sector
time to read 20480 sectors 7.986134 sec = 0.390 msec/sector[/B]
calculated command overhead = 0.328 msec/sector
[root@myserver:/zpoolraid/data] diskinfo -c /dev/ada1
/dev/ada1
512 # sectorsize
1000204886016 # mediasize in bytes (931G)
1953525168 # mediasize in sectors
0 # stripesize
0 # stripeoffset
1938021 # Cylinders according to firmware.
16 # Heads according to firmware.
63 # Sectors according to firmware.
WD-WCASJ1075246 # Disk ident.
I/O command overhead:
[B]time to read 10MB block 0.164825 sec = 0.008 msec/sector
time to read 20480 sectors 4.853294 sec = 0.237 msec/sector[/B]
calculated command overhead 
			     
 
		
 
 
		