Skip to content

Instantly share code, notes, and snippets.

@itsfreddyrb
Created August 9, 2019 23:29
Show Gist options
  • Save itsfreddyrb/630e97d90b205b1083fd02ca1a669a4b to your computer and use it in GitHub Desktop.
Save itsfreddyrb/630e97d90b205b1083fd02ca1a669a4b to your computer and use it in GitHub Desktop.
netstat -ntu|awk '{print $5}'|cut -d: -f1 -s|sort|uniq -c|sort -nk1 -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment