How know how many connections there are on IIS at the moment ?

How know how many connections there are on IIS at the moment ?

am 29.06.2007 14:28:01 von Albertoh

Hi,
Is-it possible to see the number of connections in real time, on a Web IIS ?
And if yes, how ?
Thanks for any help

Re: How know how many connections there are on IIS at the moment ?

am 29.06.2007 14:39:22 von scott

number of w3w.exe services running in task mgr

cmd prompt "netstat" shows connections.

hope this helps
scott

Re: How know how many connections there are on IIS at the moment ?

am 02.07.2007 12:47:02 von Neil Livesey

Or use the Peformance Monitor (in Admin Tools) from there you can select a
range of counters that will let you monitor IIS...
"Scott" wrote in message
news:%23tLdXmkuHHA.4412@TK2MSFTNGP02.phx.gbl...
> number of w3w.exe services running in task mgr
>
> cmd prompt "netstat" shows connections.
>
> hope this helps
> scott
>

Re: How know how many connections there are on IIS at the moment ?

am 02.07.2007 16:31:45 von Neil Livesey

As a follow up, I was just doing an unrelated search on sf.net and the
following poped up, http://sourceforge.net/projects/iisreporter/. Have not
downloaded it or looked into it to much but it may fit your needs.

Neil

"Neil Livesey" wrote in message
news:udFxYZJvHHA.3772@TK2MSFTNGP05.phx.gbl...
> Or use the Peformance Monitor (in Admin Tools) from there you can select a
> range of counters that will let you monitor IIS...
> "Scott" wrote in message
> news:%23tLdXmkuHHA.4412@TK2MSFTNGP02.phx.gbl...
>> number of w3w.exe services running in task mgr
>>
>> cmd prompt "netstat" shows connections.
>>
>> hope this helps
>> scott
>>
>
>

Re: How know how many connections there are on IIS at the moment ?

am 06.07.2007 18:25:36 von scott

neil, thx, good call. profiler is great : )