goreplay HTTP-HTTPS流量複製工具

goreplay相比tcpcopy只能複製HTTP和HTTPS的流量python

goreplay編譯很麻煩,就直接使用編譯好的版本git

gor_0.10.1_x64.tar.gz 支持centos5,測試的是centos5.9的版本github

下載地址 https://github.com/buger/goreplay/releasescentos

 

這裏使用的gor_0.16.1_x64.tar.gz解壓後能夠直接使用服務器

 

192.168.1.2 線上服務器
tcp

192.168.1.3 測試服務器測試

192.168.1.2 192.168.1.3執行日誌

nohup python -m SimpleHTTPServer 8055 &input

192.168.1.2it

./goreplay --input-raw :8055 --output-http "http://192.168.1.3:8055"

 

訪問192.168.1.2:8055能夠看到192.168.1.3:8055也有日誌

相關文章
相關標籤/搜索