Memory

Leafs

class Components.Component.State.Memory

Bases: Entity

Class Hierarchy: Components Component State Memory

This class represents state data.

For components that have associated memory, these values

report information about available and utilized memory.

available

The available memory physically installed, or logically allocated to the component

type: int

range: 0..18446744073709551615

config: False

units: bytes

utilized

The memory currently in use by processes running on the component, not considering reserved memory that is not available for use

type: int

range: 0..18446744073709551615

config: False

units: bytes