Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to check concurrent connections?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to check concurrent connections?

AmitzAmitz Member
edited June 2012 in Help

Dear all,

I wanted to find out how many concurrent connections my server is having on port 80. I thought that this should do the trick:

netstat -an | grep 80 | grep ESTA | wc

But the output consists of three numbers instead of one that I would have expected:

45     270    4005

What am I doing wrong, respectively why are there 3 numbers as output?

Thank you very much for any enlightment in advance!
Kind regards
-A

Comments

Sign In or Register to comment.