Created
September 2, 2018 16:57
-
-
Save undertruck/4ce8ad306a3ee85cd49a929d58d930e5 to your computer and use it in GitHub Desktop.
Find top 5 edge Locations from AWS CloudFront logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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