Skip to main content

run a program until it fails and gather statistics

Project description

run a program until it fails and gather statistics

Elaborations from a favorite bash one-liner:

I=0; while ./do_some_things.py --param $arg; do I=$((I+1)); echo Iteration ${I}; sleep 1; done

fun things to try

Russian roulette (with two chambers):

fail 'exit $(expr $RANDOM % 2)'

Jeff Hammel

http://k0s.org/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fail-0.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page