4 releases

0.0.4 May 8, 2021
0.0.3 Feb 14, 2021
0.0.2 Feb 10, 2021
0.0.1 Feb 7, 2021

#537 in HTTP client

MIT license

14KB
207 lines

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

Dependencies

~8–22MB
~315K SLoC