Advantages of Enterprise Edition over Public Edition

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”

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”

Powered by WordPress.com.

Up ↑