Crates.io | welle |
lib.rs | welle |
version | 0.1.0 |
source | src |
created_at | 2018-10-14 18:25:57.670515 |
updated_at | 2018-10-14 18:25:57.670515 |
description | Welle is a tool for benchmarking servers similar to ApacheBench |
homepage | |
repository | https://github.com/rylev/welle |
max_upload_size | |
id | 90189 |
size | 11,442 |
Welle is a tool for benchmarking servers similar to ApacheBench.
USAGE:
welle [OPTIONS] <URL> --num-requests <NUMBER>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --concurrent-requests <NUMBER> Number of in flight requests allowed at a time [default: 1]
-m, --method <METHOD> HTTP method to use [default: GET]
-n, --num-requests <NUMBER> Total number of requests to make
ARGS:
<URL> URL to request
The tool requires Rust
and Cargo
which you can get here. Once Rust and Cargo are installed, building is as easy as:
cargo build --release
And you can find your binary in "./target/release/welle".