Due to inefficient programming modern applications wastes 30% to 70% of memory. HeapHero is the industry's first tool to detect the amount of wasted memory. It reports what lines of source code originating the memory wastage and solutions to fix them.
Analyzing heap dumps doesn't have to be tedious job. It can be fun, it can be 'wow'.
There are 7 options to capture heap dumps. jmap tool under <JAVA_HOME>\bin folder is an effective option. It can be invoked using command:
jmap -dump:format=b,file=<heap-dump-file-path> <process-id>
This article walks you through various options and steps to capture android heap dumps.
Of course. Here are sample heap dump analysis reports generated by Heap Hero:
a. Sample Report #1
b. Sample Report #2
We parse multiple heap dump formats. But still, we keep uncovering new formats of heap dumps. If you can email your heap dump to team@tier1app.com, we will enhance the tool to parse it.
Yes, the tool can parse binary and text format of heap dumps generated by both Java and Android platforms.
Yes, you can install this tool locally, so that you don't have to upload the dumps to our servers. Please see the pricing for this plan. You can register here to get a free 14-day trial of our products: GCeasy.io, fastThread.io, HeapHero.io.
If there are questions that you are looking for please contact us at team@tier1app.com