Created
November 20, 2013 01:36
-
-
Save acreeger/7556067 to your computer and use it in GitHub Desktop.
counting connections and origins
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
netstat -an|grep 10.176.2.157:27017|awk '{print $5}'|awk -F: '{print $1}'|sort -n -t. -k1,1 -k2,2 -k3,3 -k4,4|uniq -c|sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment