Hi,
compression is off.
I've checked rw-perfomance with 20 simultaneous cp and with the following...

#!/usr/bin/bash
for ((i=1; i<=20; i++))
do
  cp lala$i lulu$i &
done

(lala1-20 are 2gb files)

...and ended up with 546mb/s. Not too bad at all.
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to