Mayor porcentaje de búfer libre (Accelar)

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

Recopila el tamaño del búfer libre más grande como porcentaje del total de memoria libre

Knowledge Base article:

Resumen

Esta regla recupera el tamaño de la cantidad mayor de bytes contiguos del bloque de memoria que no se están utilizando actualmente, expresado como un porcentaje de la memoria libre en el bloque de memoria.

Element properties:

TargetSystem.NetworkManagement.Accelar_Performance_Memory
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="System.NetworkManagement.Accelar.Memory.LargestFreeBufferPct" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Accelar_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.2272.1.1.49.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</LargestFreeBufferOID>
<FreeMemoryOID>.1.3.6.1.4.1.2272.1.1.48.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</FreeMemoryOID>
<ValidMemoryOID>.1.3.6.1.4.1.2272.1.1.49.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</ValidMemoryOID>
<ValidMemoryRegEx>.*</ValidMemoryRegEx>
<ObjectName>Memory</ObjectName>
<CounterName>Largest Free Buffer %</CounterName>
</DataSource>
</DataSources>
<ConditionDetection ID="CollectionFilter" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression/>
<SuppressionSettings>
<MatchCount>3</MatchCount>
<SampleCount>3</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>