stress

Put your programs to the test. Run a command in a loop and collect failures.

Usage

``` stress 0.1.1 Put your programs to the test. Run a command in a loop and collect failures

USAGE: stress [OPTIONS] ...

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

OPTIONS: -c, --count The number of times to run the command [default: 10]

ARGS: ... The command to run. Precede this command with -- in order to pass in flags. Usage: stress --count 10 -- echo "hello world" stress -- ls -a ```

Installation

Install with cargo install stress

Alternatives

Credits