Search code examples
c#asp.nethttpapplication

Count instances of HttpApplication


we are expecting in our ASP.NET-Application some serious perfomance problems and now we are investigating the problem. It seems to us reasonable that the problem is related to current number of HttpApplications. Is there a way to count these with perfom?


Solution

  • I found the solution. In perfom is a peformance counter called "pipeline-instances" under asp.net applications, that can be used for counting the active HttpApplications.