summaryrefslogtreecommitdiff
path: root/src/zfailures.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/zfailures.sh')
-rw-r--r--src/zfailures.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/zfailures.sh b/src/zfailures.sh
new file mode 100644
index 0000000..91f72ab
--- /dev/null
+++ b/src/zfailures.sh
@@ -0,0 +1,8 @@
+echo 'Reasons for failure
+
+One line per reason for delivery failure. Information on each line:
+* del is the number of deliveries that ended for this reason.
+* xdelay is the total xdelay on those deliveries.
+'
+( echo del xdelay reason
+HOME/bin/failures | sort -k2 ) | HOME/bin/columnt | tr _ ' '