Performance Monitor Connection Pools

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

I have done some reading and figured that i can determine
the number of connections in my data pool.

i.e. http://techrepublic.com.com/5100-6329_11-5034285-
2.html

My question relates to performance monitor. While adding
the counters to performance monitor there is a selection
box for "Instance". I see a couple of my applications in
this instance box however, i do not see the web
application that I would like to measure. I see a
number of w3svc/xx/xxx instances. How do i determine
which w3svc instance is the one i need to track?

I also have read that I should take the results with a
grain of salt. That is fine.

Any help is greatly appreciated.
dave
 
Hi Dave,

If you're using IIS 6.0 and you didn't run the WWW service in IIS 5.0
isolation model, you can try to add the w3wp.exe to the performance
monitor. It's the working process for ASP.net.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Hi Dave,

If you're using IIS5 in windows 2000, please try to monitor on the
aspnet_wp.exe process. Make sure to start the application before monitoring
it, or the process might not appear in the drop down list.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top