yCrash Enterprise Edition has a lot more capabilities than our ‘free’ HeapHero public edition. It provides features like Dashboard, Search reports, 100% automated data capturing, 360-degree data analysis, Report comparison, remote data capturing, bundle upload, Report Deletion. This post highlights the differences between Heaphero Public (free) Edition and yCrash Enterprise Edition.
Continue reading “Advantages of Enterprise Edition over Public Edition”Health Check Status Page
Debug/Diagnostic information about the application and JVM instance is published in the health check status page. In the health check status page, the following information is printed in the JSON format:
Continue reading “Health Check Status Page”How is HeapHero different?
There are excellent Heap dump analysis tools like Eclipse MAT, Jprofiler, … These tools are handy when you want to debug/troubleshoot OutOfMemoryError. However, we HeapHero has following unique capabilities which aren’t available in those tools:
Continue reading “How is HeapHero different?”HeapHero Web – Remote Location
In HeapHero enterprise edition web tool we have introduced a new feature called Remote Location. Using this feature now you can pass the http(s) URL location of your heap dump in the request.
Continue reading “HeapHero Web – Remote Location”HeapHero API – Remote Location
In heap dump analysis API we have introduced a new feature called Remote Location. Using this feature now you can pass the http(s) URL location of your heap dump in the request.
Continue reading “HeapHero API – Remote Location”HOW TO INVOKE HEAP DUMP ANALYSIS API THROUGH POSTMAN
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 detect memory leaks proactively. This document walks through the steps involved in invoking this REST API through the Postman tool.
Continue reading “HOW TO INVOKE HEAP DUMP ANALYSIS API THROUGH POSTMAN”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 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”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.