SnorreSelmer
Explorer
- Joined
- Sep 7, 2011
- Messages
- 58
I'm wondering if I did something wrong when I replicated a speed-test someone else did elsewhere on the forum (some thread about having network speed-problems).
From what I have read about ZFS, running a raidz shouldn't give any speed-boost (n drives in raidz should give the speed of one drive), but when I ran the command below I got a 650MiB/sec write-speed!
Since I have six Seagate Barracuda Green 5900RPM drives (SATA 6Gbit/sec) in SATA-2 ports I guess I'm pretty much maxing the capacity of each drive completely, or is this a case of false numbers due to stuff being cached to RAM without my knowledge?
EDIT: Bummer! I know why the numbers are so high... I have lzjb compression turned on for my entire zpool... Ofcourse I'll get good speeds when I'm writing something as easily compressed as a bunch of zeroes. I'll make a new dataset with compression explicitly turned off and try again!
From what I have read about ZFS, running a raidz shouldn't give any speed-boost (n drives in raidz should give the speed of one drive), but when I ran the command below I got a 650MiB/sec write-speed!
Code:
dd if=/dev/zero of=/mnt/zpool/testfile.test bs=1024M count=8
Since I have six Seagate Barracuda Green 5900RPM drives (SATA 6Gbit/sec) in SATA-2 ports I guess I'm pretty much maxing the capacity of each drive completely, or is this a case of false numbers due to stuff being cached to RAM without my knowledge?
EDIT: Bummer! I know why the numbers are so high... I have lzjb compression turned on for my entire zpool... Ofcourse I'll get good speeds when I'm writing something as easily compressed as a bunch of zeroes. I'll make a new dataset with compression explicitly turned off and try again!