It's not who you are underneath, it's what you do that defines you

Brick walls are there for a reason :they let us prove how badly we want things

tcp并发,吞吐量,socks5性能测试工具

最近因项目原因,需要对tcp服务端测试吞吐量和并发量,顺便测试socks5代理转发性能,网上找了一圈,像iperf3之类的可以测试吞吐量,但是无法设置代理,还有就是可以测试并发,却不能测试吞吐量,总之没用一个符合要求的工具,索性自己做了一个测试工具。经测试,与iperf3对比,完全碾压,能够更好的压榨tcp的性能。于此,命名:goperf,并公布源码,有需要的可以直接使用。不依赖任何包,除了sdk。

gitee: https://gitee.com/gbat/goperf
github:  https://github.com/huzhao37/goperf

posted @ 2020-07-08 18:03  gbat  阅读(2222)  评论(0编辑  收藏  举报

It's not who you are underneath, it's what you do that defines you

Brick walls are there for a reason :they let us prove how badly we want things