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.0.tar.gz
(1.8 kB
view details)
File details
Details for the file fail-0.0.tar.gz
.
File metadata
- Download URL: fail-0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4681e3a61fc8bad5be73ccda8346130083f867b7f87fdc8bc9ee0b137fe77be |
|
MD5 | af6b92f2166905520e5ba6769ba5d0db |
|
BLAKE2b-256 | 11bebe37dc861c514853e2d2a49060cb1b1cc47726d51700eacbab02229289b6 |