Class: Rearview::Vm::Memory

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/rearview/vm.rb

Overview

init: The initial amount of memory (bytes) that the Java virtual machine requests from the operating system for memory management during startup.

used: The amount of memory currently used (bytes)

committed: represents the amount of memory (bytes) that is guaranteed to be available for use by the Java virtual machine.

max: represents the maximum amount of memory (bytes) that can be used for memory management

Direct Known Subclasses

Heap, NonHeap

Instance Attribute Summary collapse

Instance Attribute Details

#memory_beanObject

Returns the value of attribute memory_bean.



25
26
27
# File 'lib/rearview/vm.rb', line 25

def memory_bean
  @memory_bean
end