Link to home
Start Free TrialLog in
Avatar of chrisdownes
chrisdownesFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Count network connections on a specific port

I need to know at any point how many users are connecting to an internal web based app. So far I have used netstat to see the connections and count them manually but we are going to have around 2000 users going live today. This is what I have so far is there any way i can use this to count the connections instead of listing?

netstat -an |findstr 7001
ASKER CERTIFIED SOLUTION
Avatar of dfke
dfke

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial