远程传输 time tar-c aa.img |pv|lz4 -B4|ssh192.168.17.129"lz4 -d |tar -xC /root/" 传输2G的文件,速度是119M/S,花费了17秒传输完毕。
是最原始scp(40MB/s)的6倍,原来400GB传输需要约3小时,现在只需要27分钟了。 注1:lz4在解压方面的优异表现,使得他在本案例中非常重要。如果无需解压的传输,则可以考虑使用pigz/pbiz2 注2:使用pv观察,网络流量约80MB,所以使用nc替换ssh并不会有明显的性能提升 注3:lz4压缩使用-B4(64KB块大小),解压使用-B7(...
249MB/s,妥妥的。是最原始scp(40MB/s)的6倍,原来400GB传输需要约3小时,现在只需要27分钟了。 注1:lz4在解压方面的优异表现,使得他在本案例中非常重要。如果无需解压的传输,则可以考虑使用pigz/pbiz2 注2:使用pv观察,网络流量约80MB,所以使用nc替换ssh并不会有明显的性能提升 注3:lz4压缩使用-B4(64KB块...
cd lz4-r108 make && make install ***注意:这里不需要configure 特别注意: lz4 需要在数据传输的两台服务器都要安装,理由很简单,传输的过程就是: 打包--压缩--解压 的过程, 两端都要lz4 解压缩,所以两端都需要安装 3.命令: tar -c tt.tar.gz|pv|lz4 -B4|ssh -c arcfour128 -o "MACs umac-64@ope...
-B4= 64KB ;-B5= 256KB ;-B6= 1MB ;-B7= 4MB -BI Produce independent blocks (default) -BD Blocks depend on predecessors (improves compression ratio, more noticeable on small blocks) --[no-]frame-crc Select frame checksum (default:enabled) ...
直接导出到从库机器上: ## 注意这里我们还需要提前在2台机器上安装lz4...压缩工具,因为我们的脚本会调用lz4压缩和解压备份文件 innobackupex --user=root \ --password=123456 \ --parallel=4 \ --socket=.../tmp/mysql.sock \ --no-timestamp \ --stream=xbstream . |\lz4-B4 |\ ssh node1 \ "...
lz4 -B4 解压 lz4 -B7 -d help信息 lz4 -? Incorrect parameters Usage : lz4 [arg] [input] [output] input : a filename with no FILE, or when FILE is - or stdin, read standard input Arguments : -1 : Fast compression (default) ...
import _ "github.com/cockroachdb/c-lz4" // #cgo CPPFLAGS: -I <relative-path>/c-lz4/internal/lib // #cgo darwin LDFLAGS: -Wl,-undefined -Wl,dynamic_lookup // #cgo !darwin LDFLAGS: -Wl,-unresolved-symbols=ignore-all import "C" ...
lz4 -B4 解压 lz4 -B7 -d help信息 lz4 -? Incorrect parameters Usage : lz4 [arg] [input] [output] input : a filename with no FILE, or when FILE is - or stdin, read standard input Arguments : -1 : Fast compression (default) ...
2822b4: f1001c9f cmp x4, #0x7 2822b8: 54ffff68 b.hi 2822a4 <memcpy+0x28> // b.pmore 2822bc: d343fc43 lsr x3, x2, #3 2822c0: 928000e4 mov x4, #0xfffffffffffffff8 // #-8 2822c4: 9b047c63 mul x3, x3, x4 2822c8: 8b030042 add x2, x2, x3 ...