Skip to content

Instantly share code, notes, and snippets.

@rof20004
Last active March 22, 2020 03:41
Show Gist options
  • Save rof20004/2fa39790c84b1f83e6461e2f03f413c7 to your computer and use it in GitHub Desktop.
Save rof20004/2fa39790c84b1f83e6461e2f03f413c7 to your computer and use it in GitHub Desktop.
Linux command to check how many connections are established in port
watch -n 0.1 "netstat -anp | grep :8082 | grep ESTABLISHED | wc -l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment