HeapAnalyzer is a Java based developer tool that will allow you to discover possible Java heap leaks.
Using its heuristic search engine and analysis, HeapAnalyzer will help Java developers find the heap dump in their Java applications.
Specifically, HeapAnalyzer parses the Java heap dump, creates directional graphs, transforms them into directional trees, then it executes the heuristic search engine.
HeapAnalyzer is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).
Here are some key features of "HeapAnalyzer":
· Lists available heap spaces by size
· Tree view of Java heap dump
· Finds possible Java heap leaks
· Recommends the kCluster size
· Lists gaps among allocated objects/classes/arrays
· Java objects/classes/arrays search engine
· Lists objects/classes/arrays by type name
· Lists objects/classes/arrays by object name
· Lists objects/classes/arrays by address
· Lists objects/classes/arrays by size
· Lists objects/classes/arrays by size of child
· Lists objects/classes/arrays by number of child
· Lists objects/classes/arrays by frequency
Requirements:
· Java 5 or later
What's New in This Release: [ read full changelog ]
· Addressed leak suspect defects.