Skip to content

Instantly share code, notes, and snippets.

@RavenZZ
Created August 5, 2016 16:46
Show Gist options
  • Select an option

  • Save RavenZZ/0d4b108d6166c1f4188f53710d39b124 to your computer and use it in GitHub Desktop.

Select an option

Save RavenZZ/0d4b108d6166c1f4188f53710d39b124 to your computer and use it in GitHub Desktop.
Show Connection Count
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