MAT: deadlocks and stalled threads [message #648353] |
Wed, 12 January 2011 14:59  |
Eclipse User |
|
|
|
Hello
I am comparing Memory Analyzer with JProbe.
JProbe is claiming to be able to pinpoint code bottlenecks, deadlocks and stalled threads. See below.
Is this something that Memory Analyzer can perform as well?
Thanks in advance,
Thomas
JProbe Performance Performance analysis tool can help you quickly pinpoint and diagnose the
underlying root cause of code bottlenecks and thread contentions. It can help you to quickly locate and
repair inefficient code that creates bottlenecks, deadlocks and stalled threads that can lead to slow overall
performance and cripple scalability.
|
|
|
|
Re: MAT: deadlocks and stalled threads [message #649478 is a reply to message #648381] |
Wed, 19 January 2011 12:26  |
Eclipse User |
|
|
|
[quote title=Jonathan Lawrence wrote on Wed, 12 January 2011 16:27]These capabilities would be more in the domain of the Java Health Center tool, which is provided as a feature of IBM Support Assistant.
Please note that IBM Monitoring and Diagnostic Tools for Java - Health Center is only for IBM VMs.
Eclipse Memory Analyzer works with a snapshot of the state of a VM, which has all the heap objects, classes, etc. It does not do continuous monitoring of a system. It was designed for solving memory leaks, and is also good at seeing where memory is wasted, and can be used to find the state of a system for debugging. It doesn't measure performance as such.
|
|
|
Powered by
FUDForum. Page generated in 0.02949 seconds