cya

Crates.iocya
lib.rscya
version0.0.4
sourcesrc
created_at2021-02-07 06:28:19.831786
updated_at2021-05-08 21:01:41.741016
descriptionA HTTP load testing utility
homepage
repositoryhttps://github.com/ridhoq/cya
max_upload_size
id351814
size43,223
Ridwan Hoq (ridhoq)

documentation

README

cya

A HTTP load testing utility written in Rust

Installation

cargo install cya

Usage

▶ 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]

Examples

TODO: flesh out

Commit count: 7

cargo fmt