Skip to content

Instantly share code, notes, and snippets.

@omidp
Created December 29, 2021 11:28
Show Gist options
  • Save omidp/8bd926571d5253d9a7d9de03e16b2df6 to your computer and use it in GitHub Desktop.
Save omidp/8bd926571d5253d9a7d9de03e16b2df6 to your computer and use it in GitHub Desktop.
check active connection netstat
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