Memory¶
Leafs
-
class
Components.Component.State.Memory¶ Bases:
EntityClass Hierarchy:
ComponentsComponentStateMemoryThis 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..18446744073709551615config: 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..18446744073709551615config: False
units: bytes
-