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 Web 应用程序。我相信这是非常数据库连接密集型的(过度使用 ADO.NET 连接池)。如何在不调试的情况下告诉它进入池的次数以及池中平均有多少可用连接?是否有计数器可以在 PerfMon 或其他工具中为我提供此信息?
查看 ADO.NET 性能计数器:
http://msdn.microsoft.com/en-us/library/ms254503.aspx