Last active
March 22, 2020 03:41
-
-
Save rof20004/2fa39790c84b1f83e6461e2f03f413c7 to your computer and use it in GitHub Desktop.
Linux command to check how many connections are established in port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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