#负载测试 #http #实用工具 #url

app cya

一个HTTP负载测试实用工具

4个版本

0.0.4 2021年5月8日
0.0.3 2021年2月14日
0.0.2 2021年2月10日
0.0.1 2021年2月7日

#549HTTP客户端

每月25次下载

MIT 协议

14KB
207

cya

用Rust编写的HTTP负载测试实用工具

安装

cargo安装 cya

使用方法

▶ cya --help
cya 0.0.4
A HTTP load testing utility

USAGE:
    cya [OPTIONS] <URL>

ARGS:
    <URL>    HTTP URL under test

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --connections <connections>    Maximum number of concurrent connections [default: 32]
    -r, --requests <requests>          Number of requests to send to the HTTP URL under test
                                       [default: 1000]

示例

待完善

依赖项

~8–21MB
~308K SLoC