Created
August 5, 2016 16:46
-
-
Save RavenZZ/0d4b108d6166c1f4188f53710d39b124 to your computer and use it in GitHub Desktop.
Show Connection Count
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
| netstat -ant | awk '{print $6}' | sort | uniq -c | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment