Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们预计我们的 ASP.NET 应用程序会出现一些严重的性能问题,现在我们正在调查这个问题。在我们看来,这个问题与当前的 HttpApplications 数量有关是合理的。有没有办法用性能来计算这些?
我找到了解决方案。在 perfom 中有一个性能计数器,称为 asp.net 应用程序下的“pipeline-instances”,可用于计算活动的 HttpApplications。