开发者

How to find out contention problems in java when most of the classes are concurrent

开发者 https://www.devze.com 2023-02-22 21:39 出处:网络
We used yourkit profiler to find out and resolve many contention issues in our application. We used thread monitoring to see which threads are blocked and resolved many of those issues. But yourkit do

We used yourkit profiler to find out and resolve many contention issues in our application. We used thread monitoring to see which threads are blocked and resolved many of those issues. But yourkit does not show up ReentrantLocks as blocked or 开发者_运维知识库waiting. So what can be done to actually see the contention problems.

Yourkit monitor profiling cannot be relied upon now because we have fixed most of the places using concurrent structures. Now we want some tool to help us find out contention issues including those of Reentrant locks.


Looks like your kit does support reentrant locks

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号