diff options
Diffstat (limited to 'src/zddist.sh')
-rw-r--r-- | src/zddist.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/zddist.sh b/src/zddist.sh new file mode 100644 index 0000000..f147549 --- /dev/null +++ b/src/zddist.sh @@ -0,0 +1,7 @@ +echo 'Distribution of ddelays for successful deliveries + +Meaning of each line: The first pct% of successful deliveries +all happened within doneby seconds. The average ddelay was avg. +' +( echo doneby avg pct +HOME/bin/ddist ) | HOME/bin/columnt |