CiscoEnchancedMemPool Memory LargestFreeBufferPct

System.NetworkManagement.CiscoEnchancedMemPool.Memory.LargestFreeBufferPct (Rule)

This rule collects the value reported by the Memory

Knowledge Base article:

Summary

This rule retrieves the size of the largest number of contiguous bytes from the memory pool that are currently unused, expressed as a percentage of the free memory in the memory pool.

Element properties:

TargetSystem.NetworkManagement.CiscoEnchancedMemPool_Performance_Memory
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.LargestFreeBufferProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="System.NetworkManagement.CiscoEnchancedMemPool.Memory.LargestFreeBufferPct" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.CiscoEnchancedMemPool_Performance_Memory" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="System.NetworkManagement.LargestFreeBufferProvider">
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<LargestFreeBufferOID>.1.3.6.1.4.1.9.9.221.1.1.1.1.9.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</LargestFreeBufferOID>
<FreeMemoryOID>.1.3.6.1.4.1.9.9.221.1.1.1.1.8.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</FreeMemoryOID>
<ValidMemoryOID>.1.3.6.1.4.1.9.9.221.1.1.1.1.9.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</ValidMemoryOID>
<ValidMemoryRegEx>.*</ValidMemoryRegEx>
<ObjectName>Memory</ObjectName>
<CounterName>Largest Free Buffer %</CounterName>
<OutputOnError>false</OutputOnError>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>