Hi all, I'm using 6 SAS disk to create a raidz2 pool. But today when I try to run the speed test, it seems the speed of the server is not good enough. I'm using FreeBSD 9.1, anything I can do to improve ZFS performance?
Code:
root@www:~ # time mkfile 10g test
0.007u 8.741s 0:53.06 16.4% 5+1471k 7+81922io 0pf+0w
root@www:~ # time dd if=test of=/dev/null bs=100M
102+1 records in
102+1 records out
10737418240 bytes transferred in 45.998255 secs (233430991 bytes/sec)
0.000u 8.807s 0:46.01 19.1% 25+2763k 82268+1io 0pf+0w
root@www:~ # time dd if=test of=/dev/null bs=100M
102+1 records in
102+1 records out
10737418240 bytes transferred in 41.781585 secs (256989251 bytes/sec)
0.000u 8.233s 0:41.79 19.6% 25+2763k 81920+1io 0pf+0w
root@www:~ # time dd if=test of=/dev/null bs=10M
1024+0 records in
1024+0 records out
10737418240 bytes transferred in 43.710727 secs (245647213 bytes/sec)
0.007u 7.271s 0:43.71 16.6% 25+2801k 81920+1io 0pf+0w