Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

MemoryUsage Measure

Stephane Maag edited this page Sep 8, 2017 · 4 revisions

Overview

This measure computes the memory usage of the heap, memory reserved for the objects allocation by the JVM and the memory usage used by the JVM for its execution (the heap memory excluded). MemoryUsage.png

Measure Architecture

Type : Direct Measure

Data Model

  • value : {Long,Long}

Scope

No property

Depenpendency

No dependency

Algorithms

The implementation of that measure uses the library MemoryMxBean to return the memories usages for the JVM execution. It returns two Long corresponding to the amount of the different memories used in bytes.

Execution result

The result of the MemoryUsage measure is represented by two numbers associated of the type of memory usage computed (the Heap and the JVM).

Clone this wiki locally