MS-Windows server offers two ways to find out current number of connection to web service.
You can use netstat command, which will list connection for port 80. Click on start > Run > And type command cmd > At command prompt type command:
c:> netstat
To get help on netstat command type command:
c:> netstat /?
However Microsoft also offers current connections performance object tool. It will display current number of connection to web service/server.
To activate this tool:
- Click on Start > Settings > Control Panel > Administrative Tools > Performance. It will open Performance Monitor.
- Now right click on the graph and select Add Counters
- Next change the Performance Object to Web Service
- Highlight "Current Connections" > Click on Add
- Click Close
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 2 comments… read them below or add one }
erm.. i think i’m lost. i thought i was on a linux-related website but i see here a windows-related article so .. i think i’m lost. :)
xnd,
Heh…there are very few (may be less than 5-8) posts related to Windows server admin. Earlier we had some post. But these days we don’t have any windows related stuff.
Appreciate your post.