# TCPBenchmarks **Repository Path**: beetlex-io/TCPBenchmarks ## Basic Information - **Project Name**: TCPBenchmarks - **Description**: tcp,websocket,webapi性能测试工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 3 - **Created**: 2020-12-22 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ``` ![image](https://user-images.githubusercontent.com/2564178/101354916-d69e8c80-38d0-11eb-8ee3-dcb71bf2e4e5.png)