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 details)

Uploaded Source

File details

Details for the file fail-0.1.2.tar.gz.

File metadata

  • Download URL: fail-0.1.2.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fail-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f790760be0c4cf39139c57646ba1c6d410840aa862c4c30b51842ce3b5645878
MD5 1f763ef02180d43685123ff1419856b7
BLAKE2b-256 bd5ee1dd01ce9718446ca12001ce21089ba0dd26f73cd56f58629318f601c99b

See more details on using hashes here.

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