State¶
Leafs
-
class
System.Memory.State¶ Bases:
EntityClass Hierarchy:
SystemMemoryStateThis class represents state data.
Operational state data for system memory
-
physical¶ Reports the total physical memory available on the system
type: int
range: 0..18446744073709551615config: False
units: bytes
-
reserved¶ Memory reserved for system use
type: int
range: 0..18446744073709551615config: False
units: bytes
-