GetMemoryUsage()

Returns detailed information to the memory usage of the container.

GetMemoryUsage( type=string );

Returns: Query

Argument Description
type
string, optional

type of the memory information, valid values are:

  • heap
  • non_heap

if this attribute is not provided all types are returned.

Examples

writeDump(getMemoryUsage());
writeDump(getMemoryUsage('Heap'));

See also