summaryrefslogtreecommitdiff
path: root/src/zdeferrals.sh
blob: affe4b19d71f321a3e7537433f5182aae89cbc5a (plain)
1
2
3
4
5
6
7
8
echo 'Reasons for deferral

One line per reason for deferral. 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/deferrals | sort -k2 ) | HOME/bin/columnt | tr _ ' '