# Report the number of blacklisted requests and total requests

echo `grep -il 'Ignore .* bot ' ~/w/tmp/*.log | wc -l` requests from bots dropped.
echo `grep -il Blacklist ~/w/tmp/*.log | wc -l` requests blacklisted.
echo `ls ~/w/tmp/*.log | wc -l` requests total.
