Created
June 11, 2014 02:09
-
-
Save cmabastar/509984d47e648c8dbebf to your computer and use it in GitHub Desktop.
AWS NAT instance traffic analyzer.
This file contains 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
tcpdump -nr /tmp/dump.log | awk '{print $3"\t"$5}' | grep -v "ICMP" | sort | uniq -c | sort -nr | head -n 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment