run a program until it fails and gather statistics
Project description
fail
====
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
====
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
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.tar.gz
(1.9 kB
view details)
File details
Details for the file fail-0.1.tar.gz
.
File metadata
- Download URL: fail-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1f0b7e81650318f37336337b5b876bc1fea04f6b429d13b2c33a271f1c821b |
|
MD5 | 2a960d71944b349690c3107cd92e066f |
|
BLAKE2b-256 | 563e475b7ae5a8c8a33e57847d11a042363090a5c230fb20767d8f0c1b4690f3 |