如何收集有关争用率的信息?

发布于 2024-07-29 22:13:12 字数 290 浏览 3 评论 0原文

我预计我正在开发的软件的负载将在接下来的几个月内增加。 因此我做了一些压力测试,并使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

⒈起吃苦の倖褔 2024-08-05 22:13:14

除了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文