Hello > i've been following the "[zfs-discuss] 'zfs recv' is very slow" thread > and i believe i have the same issue; we get ~10MB/sec sending large > incrimental data sets using zfs send | ssh | zfs recv. I'd like to try > mbuffer. > > We're running Solaris Express Developers Edition (SunOS murray 5.11 > snv_79a i86pc i386 i86pc). I found the download page > http://www.maier-komor.de/mbuffer.html and i have the source files on > Murray. > > How do i compile mbuffer for our system, and what syntax to i use to > invoke it within the zfs send recv? > > Any help appreciated!
I used compile it this way: 1) wget http://www.maier-komor.de/software/mbuffer/mbuffer-20081113.tgz 2) gtar -xzvf mbuffer-20081113.tgz 3) cd mbuffer-20081113 4) ./configure --prefix=/usr/local --disable-debug CFLAGS="-O" MAKE=gmake If you are on 64bit system you may want to compile 64bit version: ./configure --prefix=/usr/local --disable-debug CFLAGS="-O -m64" MAKE=gmake 5) gmake && gmake install 6) /usr/local/bin/mbuffer -V Regards Mike _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss