Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Jul 182013
 

How to check how many established connection of my web server?

Answer:

Assume you server is listening on port 80, you can check how many established connection to this port with the following command:

netstat -an | grep :80 | grep ESTABLISHED | wc -l
4919

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>