HeapHero provides powerful REST API to analyze Java/android heap dumps. This API can be used in CI/CD pipeline to proactively analyze how much memory is wasted due to inefficient programming practices such duplication of strings, over allocation and under utilization of data structures, sub-optimal data type definitions,…. It can be used in production environment too... Continue Reading →
GC LOG ANALYSIS COMPLIMENTS APM
Recently a smart engineering manager from a major financial institution asked the question: ‘We are already using APM tool (AppDynamics), why do we need to use GC log analysis tool (GCeasy)?’. Fair question that deserves detailed answer. There are angles to this question: (a). Purpose (b). Metrics Let’s review them in this article. (a). Purpose... Continue Reading →
KEY ELEMENTS IN API RESPONSE
HeapHero's JSON APIs are used for application monitoring, analyzing code quality during CI/CD pipeline and several other purposes. API response contains rich set of information (i.e. lot of elements). In this article, we intend to highlight to few key elements in the API response. If values of these elements exceed or drops below the certain... Continue Reading →
HEAP DUMP ANALYSIS API
The Heap Hero REST API streamlines Android JVM heap dump analysis without manual effort. Major enterprises utilize it in CI/CD pipelines, production root cause analysis, and for analyzing multiple application dumps efficiently. It supports various compression formats, facilitates remote downloads, and provides JSON/XML responses for detailed troubleshooting insights.
HeapHero USER MANUAL
HeapHero is a world-class heap dump analysis tool. On top of doing traditional heap dump analysis, it's the first tool in the industry to report the wasted memory. Table of Contents Introduction Heap Statistics Whats in your Memory Large Objects Thread Report Object Headers Duplicate Strings Duplicate Objects Duplicate Primitive Arrays Inefficient Collections Inefficient Object... Continue Reading →
