Attributes for MemoryGroup lists some key attributes for the MemoryGroup class

Table 1. Attributes for MemoryGroup

Attribute

Description

Allowed values

AverageFreeMemoryPct

The average percentage of free memory. Computed as an average of FreeMemoryPct from all the Memory instances in ComposedOf.

Double

AverageFreeMemoryThreshold

The threshold for minimum amount of free memory (AverageFreeMemoryPct) expressed as a percentage of the total amount of memory.

Integer

AverageFreeMemoryExceededTime

Indicates the absolute timestamp when the value of IsAverageFreeMemoryExceeded changed the last time.

Integer

FreeMemory

The total amount of free memory currently available in KBytes on this device. Computed as a sum of FreeMemory from all the Memory instances in ComposedOf.

Unsigned-Long

IsAverageFreeMemoryExceeded

TRUE, if the value of AverageFreeMemoryPct is below AverageFreeMemoryThreshold.

Boolean

IsInsufficientFreeMemoryActive

TRUE, if the InsufficientFreeMemory event is active on the group.

Boolean

NumberOfMemoryInstances

Total number of Memory instances in this group.

Integer

SmoothingInterval

Indicates the interval in seconds to smooth/delay the InsufficientFreeMemory event. Default: 0.

Integer

TotalMemory

The total amount of memory in KBytes present on this device. Computed as a sum of TotalMemory from all the Memory instances in ComposedOf.

Unsigned-Long