如何收集有关争用率的信息?
我预计我正在开发的软件的负载将在接下来的几个月内增加。 因此我做了一些压力测试,并使用 perfmon 收集了一些性能数据。 对于其中一项数据,我想了解更多信息,那就是争用率。
所以我的问题是,如果你们中有人知道,是否有可能获得更多有关它的信息,而不仅仅是这个简单的数字。 Afaik 使用 WinDbg 和 SOS 可以更深入地研究这一点,但恕我直言,这不是很舒服。 我想知道是否有一个可用的工具可以指出瓶颈...,或者一个工具不仅可以创建总体计数器,还可以为类或特定锁创建计数器...
tia 马丁
I'm expecting that the load on the software I'm developing will increase over the next couple of months. Therefore I did some stress tests, and gathered some performance data with perfmon.
For one of the data I would like to have more information, and that's the contention rate.
So my question would be, if one of you knows, if it is possible to get more information about it than just this plain number. Afaik with WinDbg and SOS it's possible to drill deeper into this, but imho it's not very comfortable.
I would like to know if there is a tools available, which points the finger to bottlenecks..., or a tools that does not only create an overall counter, instead creates counters for classes or specific locks...
tia
Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了 CLR 分析器之外,我还使用 AQTime 来查明项目中的瓶颈。 它是一个非常强大的工具,并且也得到了很好的支持。
Aside from the CLR profiler I've used AQTime to pinpoint bottlenecks in my projects. Its a very powerfull tool and is also well supported.