https://github.com/beetlex-io/tcpbenchmarks
tcp,websocket,webapi性能测试工具
https://github.com/beetlex-io/tcpbenchmarks
benchmarks http tcp tools webapi weboskcet
Last synced: 12 months ago
JSON representation
tcp,websocket,webapi性能测试工具
- Host: GitHub
- URL: https://github.com/beetlex-io/tcpbenchmarks
- Owner: beetlex-io
- Created: 2019-04-26T12:33:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T06:59:39.000Z (about 5 years ago)
- Last Synced: 2025-02-14T06:54:22.944Z (about 1 year ago)
- Topics: benchmarks, http, tcp, tools, webapi, weboskcet
- Homepage:
- Size: 166 MB
- Stars: 128
- Watchers: 6
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcp,websocket,webapi性能测试工具
### 国内地址
https://gitee.com/ikende/TCPBenchmarks
### linux下使用
```
sudo chmod 777 ./TCP-BenchmarkApp
sudo ./TCP-BenchmarkApp
//指定服务端口
sudo ./TCP-BenchmarkApp port=8088
```
## windows下使用
```
TCP-BenchmarkApp.exe
//指定端口
TCP-BenchmarkApp.exe port=8088
```
