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 threshold, then you might consider raising alerts/warnings
Continue reading “KEY ELEMENTS IN API RESPONSE”HEAP DUMP ANALYSIS API
Android, JVM Heap dump analysis doesn’t have to be done manually (painfully) anymore. You can programmatically analyze Heap dumps through our REST API. Below are the few use cases where our heap dump analysis REST APIs used by major enterprises.
Continue reading “HEAP DUMP ANALYSIS API”HOW TO CAPTURE HEAP DUMP FROM ANDROID APP? – 3 OPTIONS
Heap Dumps are vital artifacts to diagnose memory-related problems such as memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError. Continue reading “HOW TO CAPTURE HEAP DUMP FROM ANDROID APP? – 3 OPTIONS”
HOW TO DIAGNOSE MEMORY LEAKS?
Memory leaks don’t have to be hard/scary/tedious problem to solve if we can follow below mentioned 3 simple steps:
Continue reading “HOW TO DIAGNOSE MEMORY LEAKS?”HOW TO CAPTURE JAVA HEAP DUMPS? – 7 OPTIONS
Heap Dumps are vital artifacts to diagnose memory-related problems such as slow memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError.They are also vital artifacts to optimize the memory consumption.
Continue reading “HOW TO CAPTURE JAVA HEAP DUMPS? – 7 OPTIONS”