流量复制方案对比:TCPCopy vs Goreplay
2021-04-23 本文已影响0人
牛马说测试
/root/goreplay --input-raw :7550 --output-http "http://127.xxx.xxx.xx:9999|10%" &
/usr/local/tcpcopy/sbin/tcpcopy -M 1400 -D 1360 -x 7150-172.16.3.57:7165 -s 172.16.3.57 -c 172.16.3.52 -W -t 2 -d
goreplay是http的 tcpcopy是tcp的