Skip to main content



      Home
Home » Eclipse Projects » Memory Analyzer » MAT: deadlocks and stalled threads
MAT: deadlocks and stalled threads [message #648353] Wed, 12 January 2011 09:59 Go to next message
Eclipse UserFriend
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 #648381 is a reply to message #648353] Wed, 12 January 2011 11:27 Go to previous messageGo to next message
Eclipse UserFriend
These capabilities would be more in the domain of the Java Health Center tool, which is provided as a feature of IBM Support Assistant.

http://www.ibm.com/software/support/isa/

Memory Analyzer would not be suitable for these investigations as such.
Re: MAT: deadlocks and stalled threads [message #649478 is a reply to message #648381] Wed, 19 January 2011 07:26 Go to previous message
Eclipse UserFriend
[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.
Previous Topic:Problem in installing the Eclipse Memory Analyzer
Next Topic:Stack trace for memory accumulation points
Goto Forum:
  


Current Time: Wed Mar 12 00:58:12 EDT 2025

Powered by FUDForum. Page generated in 0.02860 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top