awk '{print $6}' /var/log/httpd/access_log | sort | uniq -c | sort -n | head -10