Skip to content

Instantly share code, notes, and snippets.

@typhonius
Created February 9, 2014 10:45
Show Gist options
  • Save typhonius/8897436 to your computer and use it in GitHub Desktop.
Save typhonius/8897436 to your computer and use it in GitHub Desktop.
Will split all forwarded for IPs and count how many there are.
watch 'grep -o "forwarded_for=\".*\" " nginx.log | cut -d= -f2 | sed -e "s/\"//g" | tr "," "\n" | tr -d " " | sort -n | uniq -c | sort -nr | head -n20'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment