<snip>
> Snapshots are significantly faster as well. My average transfer speed
> went from about 15MB/sec to over 40MB/sec. I imagine that 40MB/sec is
> now a limitation of the CPU, as I can see SSH maxing out a single core
> on the quad cores.
> Maybe SSH can be made multi-threaded next?  :)

i for myself have the storageservers in a seperated/dedicated LAN. So why using 
SSH
instead of netcat? i am always using netcat. this saves me cpupower for
crypting.

sourcehost:
zfs send | netcat $remotehost $remoteport

desthost:
netcat -l -p $myport | zfs receive


years ago there was a cipher "null" in ssh.

regards
daniel

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

Reply via email to