Created
December 29, 2021 11:28
-
-
Save omidp/8bd926571d5253d9a7d9de03e16b2df6 to your computer and use it in GitHub Desktop.
check active connection netstat
This file contains hidden or 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
netstat -anp | grep :80 | grep ESTABLISHED | wc -l | |
netstat -anp | grep :80 | grep WAITED | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment