Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Last active December 24, 2015 01:29
Show Gist options
  • Save Starefossen/6724498 to your computer and use it in GitHub Desktop.
Save Starefossen/6724498 to your computer and use it in GitHub Desktop.
Count number of open connections from one IP
netstat -tap | grep 127.0.0.1 | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment