What is HeapAnalyzer?
HeapAnalyzer allows the finding of a possible JavaTM heap leak area through its heuristic search engine and analysis of the Java heap dump in Java applications.
Java heap areas define objects, arrays, and classes.
Tutorial Details:
How does it work?
HeapAnalyzer analyzes Java heap dumps by parsing the Java heap dump, creating directional graphs, transforming them into directional trees, and executing the heuristic search engine.
The following are examples of features:
List of objects/classes/arrays by size
List of objects/classes/arrays by size of child
List of objects/classes/arrays by number of child
List of objects/classes/arrays by frequency
List of objects/classes/arrays by alphabetical order
List of available heap spaces by size
Available heap space distribution chart
Tree view of Java heap dump
Locations of possible Java heap leak areas
Loading/Saving processed Java heap dumps.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: HeapAnalyzer
View Tutorial: HeapAnalyzer
Related
Tutorials:
HeapAnalyzer
What is HeapAnalyzer?
HeapAnalyzer allows the finding of a possible JavaTM heap leak area through its heuristic search engine and analysis of the Java heap dump in Java applications.
Java heap areas define objects, arrays, and classes.
|
|
|
|