I have web application installed on the IIS 6. Now i would like to check how m开发者_开发百科any requests are coming to it, How much processor - memory - time it takes to process each request.
Is there something that i can do to achieve this ?
Use Windows Performance monitor, this article should help you understand which counters do you need:
ASP.NET Performance Monitoring, and When to Alert Administrators
A starter guide: Using the System Monitor (PerfMon) with ASP.NET Applications (IIS 6.0). It also contains useful links to the articles describing ASP.NET-related performance counters.
精彩评论