get_hits_from_dqlog.pl $1 > /tmp/junk.txt
sort /tmp/junk.txt > /tmp/sjunk.txt
cat /tmp/sjunk.txt | awk '{print $5; }'
grep zzz /tmp/sjunk.txt

