| Author |
ThreadInfo more info on blocking threads
|
John Sutt
Ranch Hand
Joined: Mar 07, 2008
Posts: 42
|
|
Dear all,
I know how I can use a ThreadMXBean to get a ThreadInfo object about a thread in which I can find:
- a block counter (the number of object.wait() calls), and
- the blocked time (the time spend being blocked).
But can anybody tell me how to, e.g. install an agent, that can tell me the exact objects on which the threads are blocked? It seems this might be possible somehow.
Thanks in advance,
John.
|
SCJP 6 (91%), SCJD (91%)
|
 |
 |
|
|
subject: ThreadInfo more info on blocking threads
|
|
|