Ross schrieb:
> Hi,
> 
> I'm just doing my first proper send/receive over the network and I'm getting 
> just 9.4MB/s over a gigabit link.  Would you be able to provide an example of 
> how to use mbuffer / socat with ZFS for a Solaris beginner?
> 
> thanks,
> 
> Ross
> --
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

receiver> mbuffer -I sender:10000 -s 128k -m 512M | zfs receive

sender> zfs send mypool/[EMAIL PROTECTED] | mbuffer -s 128k -m
512M -O receiver:10000

BTW: I release a new version of mbuffer today.

HTH,
Thomas
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to