cat access.log | awk '{print $7}' | sort | uniq -c | sort -rn | head -5