# net-test-swoole **Repository Path**: lujihong/net-test-swoole ## Basic Information - **Project Name**: net-test-swoole - **Description**: 这是宇润使用 Swoole 开发的一个 Http 压测工具。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-03-16 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swoole 压测工具 这是宇润使用 Swoole 语言开发的一个 Http 压测工具。 Go 版本: 压测命令:`php net-test.php http -u http://127.0.0.1:8080 -c 100 --number 100000` 参数说明: ```shell -u, --url=URL 压测地址 -c, --co[=CO] 并发数(协程数量) [default: 100] --number[=NUMBER] 总请求次数 [default: 100] ```