![](/images/backgrounds/286181/hp-hp-ux-java-software-users-manual-156066132x1.png)
Lock Contention | The thread is delayed while attempting to enter a Java monitor that is |
| already acquired by another thread. |
Running | All remaining cases. |
Guidelines
•Large amounts of red in Thread Histogram indicate heavy lock contention, which is usually a possible problem. On the other hand, large amounts of green indicate a potential processing capacity for the involved threads.
•When there is no load, the state for the threads doing the work on behalf of transactions should be waiting, and marked by the green color.
•Threads terminating normally, or because of uncaught exceptions, appear as a discontinued row.
•Multiple
•Deadlocked threads appear as two or more threads spending all their time in lock contention, red, starting from a given time. This point in time identifies the deadlock occurrence.
Details
For each time slice, represented by a small portion of the
Related Topics
•Identifying Abnormal Thread Termination (page 44)
•Identifying Multiple132 Using Visualizer Functions