How know how many connections there are on IIS at the moment ?
am 29.06.2007 14:28:01 von AlbertohHi,
Is-it possible to see the number of connections in real time, on a Web IIS ?
And if yes, how ?
Thanks for any help
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
number of w3w.exe services running in task mgr
cmd prompt "netstat" shows connections.
hope this helps
scott
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
>
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"
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
>>
>
>
neil, thx, good call. profiler is great : )