We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
awk -F\" '{print $6}' access.log | sort | uniq -c | sort -rn | head -n 30