Use OMEGAMON for JVM workspaces to examine Garbage Collection, CPU, Locks and Threads. It will highlight any problems with the Java heap size, excessive garbage collection delays, or high rates of garbage collection.
If the address space is consuming high CPU, there may be a loop in the application. Use the Threads workspace to see which threads are consuming the CPU.
Check the Locks information to see if threads are being delayed due to excessive locking.
|