How To Calculate concurrent Connection

Advertisement :

Use this syntax to calculate concurrent Connection
netstat -an | grep ESTA | wc -l
If you want to calculate concurrent Connection on specific port
netstat -an | grep ESTA | grep 80 | wc -l
I hope this will help.

Leave a Reply

Your email address will not be published. Required fields are marked *

*