Software Listing of Author : "Eric Caspole"
- Madmap
- License: Freeware
- Price: 0.00


Madmap is a tool to help analyze Java hprof ASCII heap dumps collected with -Xrunhprof:heap=dump,format=a,... Madmap should help you find memory leaks by showing the live set and automatically calculating which objects are retaining the most heap size.
In particular, this tool is intended to help find memory leaks in applications running on older versions of java where the ascii format heap dump is the only choice. It displays the live heap recorded in the file, a table of finalizable objects, and sorts the roots in several different ways to find the objects holding the largest amount of retained heap.
Madmap automatically takes advantage of multiple CPUs to load the heap dump files as fast as possible. The main goal of Madmap is to load the heap dump in a modest amount of memory. Usually files can be loaded in...
- Publisher: Eric Caspole
- Date Released:
- Download
- Platform: WinOther
- Madmap for Windows
- License: Freeware
- Price: 0.00


Madmap is a tool to help analyze java heap dumps collected with -Xrunhprof:heap=dump,format=a,... or, starting with v1.1, binary dumps taken with jmap. It should help to find memory leaks by showing the live set and automatically calculating which objects are retaining the most heap size.
It displays the live heap recorded in the file, a table of finalizable objects, and sorts the roots in several different ways to find the objects holding the largest amount of retained heap.
Madmap automatically takes advantage of multiple CPUs to load ascii heap dump files as fast as possible. The main goal of Madmap is to load the heap dump in a modest amount of memory. Usually ascii files can be loaded in less than 2x the size of the input file. Binary dumps should fit in less than 3x the file size. Further improvement to the...
- Publisher: Eric Caspole
- Date Released:
- Download Size: 2693 KB
- Download
- Platform: WinOther
