Created
October 9, 2017 10:13
-
-
Save goonoo/75358a67797e64080f393217c9957dff to your computer and use it in GitHub Desktop.
currenct outgoing network connections
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 -nputw | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ss -ant | awk '{print $1}' | grep -v '[a-z]' | sort | uniq -c