翔子 发表于 2016-12-8 16:11:11

请求复制器em-proxy

https://github.com/igrigorik/em-proxy

$> gem install em-proxy
$> em-proxy
Usage: em-proxy
-l, --listen             Port to listen on
-d, --duplex     List of backends to duplex data to
-r, --relay       Relay endpoint: hostname:port
-s, --socket           Relay endpoint: unix filename
-v, --verbose                  Run in debug mode

$> em-proxy -l 8080 -r localhost:8081 -d localhost:8082,localhost:8083 -v
The above will start em-proxy on port 8080, relay and respond with data from port 8081, and also (optional) duplicate all traffic to ports 8082 and 8083 (and discard their responses).
页: [1]
查看完整版本: 请求复制器em-proxy