Crates.io | cya |
lib.rs | cya |
version | 0.0.4 |
source | src |
created_at | 2021-02-07 06:28:19.831786 |
updated_at | 2021-05-08 21:01:41.741016 |
description | A HTTP load testing utility |
homepage | |
repository | https://github.com/ridhoq/cya |
max_upload_size | |
id | 351814 |
size | 43,223 |
A HTTP load testing utility written in Rust
cargo install 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]
TODO: flesh out