Memory Buffer Utilization (Accelar)

System.NetworkManagement.Accelar.Memory.HighBufferUtilization (UnitMonitor)

Monitors the percentage of used memory on this device

Knowledge Base article:

Summary

The monitor indicates the percentage of used memory on this device. This monitor has two possible states:

Configuration

The following options can be configured on this monitor:

Option

Definition

Default

Interval

Amount of time in seconds between checks of the device status

240 seconds

Number of retries

Number of attempts in each monitoring interval before the interval's sample is discarded

3

Number of samples

Number of consecutive samples before the monitor changes state

3

Timeout

Amount of time in milliseconds to wait for a response from the device before the sample times out and a new attempt is made to sample the value

3,500 milliseconds

Threshold

Percentage of memory buffer used

90

Causes

This monitor enters an error state when the number of buffers used exceeds the Memory Buffer Utilization Threshold (the default is 90).

Resolutions

Use the Health Explorer to check the details for the state change on the State Change Events tab for the monitor. This data shows the calculated performance counter value that caused the health state change. Consult the device manufacturer's documentation for more information on the problem and troubleshooting procedures.

Element properties:

TargetSystem.NetworkManagement.Accelar_Performance_Memory
Parent MonitorSystem.NetworkManagement.Memory.MemoryException
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ThresholdMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Used Memory Alert
The amount of used memory is over the specified threshold. Memory utilization is {0}\%.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.Accelar.Memory.HighBufferUtilization" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Accelar_Performance_Memory" ParentMonitorID="System.NetworkManagement.Memory.MemoryException" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ThresholdMonitor" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.Memory.HighBufferUtilization.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<OID>.1.3.6.1.4.1.2272.1.1.13.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Threshold>90</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Buffer Utilization %</CounterName>
</Configuration>
</UnitMonitor>