# TCPBenchmarks **Repository Path**: zhengyi321/TCPBenchmarks ## Basic Information - **Project Name**: TCPBenchmarks - **Description**: tcp/tls服务压测工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-06-26 - **Last Updated**: 2021-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TCP服务测试工具 ### linux下使用 ``` sudo chmod 777 ./TCP-BenchmarkApp sudo ./TCP-BenchmarkApp //指定服务端口 sudo ./TCP-BenchmarkApp port=8088 ``` ## windows下使用 ``` TCP-BenchmarkApp.exe //指定端口 TCP-BenchmarkApp.exe port=8088 ``` ![](https://images.gitee.com/uploads/images/2020/1222/112019_1c13a43e_1522909.png "屏幕截图.png")