I have web application installed on the IIS 6. Now i would like to check how many 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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.