Heap Metrics

Overview

This plugin contains a function to get the metrics related to the Heap memory like Committed Heap Memory, Initial Heap Memory, Used Heap Memory, Free Heap Memory and Maximum Heap Memory.

Key Features & Functionality

  1. Committed Heap Memory - Returns the amount of memory in bytes that is committed for the Java virtual machine to use.
  2. Used Heap Memory - Returns the amount of used memory in bytes.
  3. Initial Heap Memory - Returns the amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
  4. Free Heap memory – Returns the amount of free memory in bytes.
  5. Maximum Heap Memory - Returns the maximum amount of memory in bytes that can be used for memory management.
Anonymous