标签:下载 col 本机 转发 inpu https 上下 nohup span
从https://github.com/buger/goreplay上下载
解压
运行方式
#nohup ./goreplay --input-raw :80 --output-http http://xxx.com:8888 --http-allow-url /api &
注: 将请求到本机80端口的http请求,毫无变化的转发到xxx.com上的的8888端口上, 并且只匹配/api路径 (也可以不加--http-allow-url, 则匹配所有)
标签:下载 col 本机 转发 inpu https 上下 nohup span
原文地址:http://blog.51cto.com/haoyonghui/2136229