Skip to content

Instantly share code, notes, and snippets.

@goonoo
Created October 9, 2017 10:13
Show Gist options
  • Save goonoo/75358a67797e64080f393217c9957dff to your computer and use it in GitHub Desktop.
Save goonoo/75358a67797e64080f393217c9957dff to your computer and use it in GitHub Desktop.
currenct outgoing network connections
netstat -nputw | wc -l
@goonoo
Copy link
Author

goonoo commented Oct 9, 2017

ss -ant | awk '{print $1}' | grep -v '[a-z]' | sort | uniq -c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment