Skip to content

Instantly share code, notes, and snippets.

@undertruck
Created September 2, 2018 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save undertruck/4ce8ad306a3ee85cd49a929d58d930e5 to your computer and use it in GitHub Desktop.
Save undertruck/4ce8ad306a3ee85cd49a929d58d930e5 to your computer and use it in GitHub Desktop.
Find top 5 edge Locations from AWS CloudFront logs
echo "Top 5 edge locations from sample data" > /dev/null
zgrep Googlebot * | cut -f3 | sort | uniq -c | sort -nr | head -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment