Disturbance

Crate Build Status

Monitor disturbances in a web service's behaviour.

You may use disturbance as a monitoring utility which is up over an extended period of time to know if a service ever went down/unhealthy. Eg: Uptime during a deployment.

Usage

``` USAGE: disturbance [OPTIONS]

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

OPTIONS: -e, --excludes Response should not match -m, --matches Response should match -p, --parallelism Parallelism [default: 2] -t, --timeout Request timeout in seconds [default: 5] -w, --wait Wait time (in ms) between requests per worker. [default: 100]

ARGS: The web service's URL to monitor`` ```

Example