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.1.tar.gz (1.9 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for fail-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6eb09768673fba879df7c76f0ec1569fd7e80ec4384553b48e6177ac05ea0e38
MD5 b29eb6d2204f4b716f0807f2b01e2fd4
BLAKE2b-256 3b2a79c1aad1f843557d236c16b8912eee92de646b26fe523cc29c0ba226424d

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