Alta Taxa de Eliminação da Fila de Saída para o Adaptador de Rede - Monitor (if-mib Cisco)

System.NetworkManagement.NetworkAdapter.HighOutputQueueDropRateThresholdMonitor.ifMIB_Cisco (UnitMonitorType)

Alta Taxa de Eliminação da Fila de Saída para o Adaptador de Rede - Monitor (if-mib cisco)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
ProbeDS DataSource System.NetworkManagement.SnmpPerformanceProvider.ifMIB_Cisco.OutputQueueDropRate Default
OperationStatusError ConditionDetection System.NetworkManagement.ExpressionFilter Default
OperationStatusSuccess ConditionDetection System.NetworkManagement.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$IntervaloO número de segundos entre a execução do monitor
NoOfRetriesint$Config/NoOfRetries$Número de Novas TentativasO número de vezes que a operação será tentada, se atingir o tempo limite
Timeoutint$Config/Timeout$Tempo limiteA quantidade de tempo (em milissegundos) antes que a operação de desempenho atinja o tempo limite
Thresholdint$Config/Threshold$LimiteO limite acima do qual o valor de desempenho é medido
NumberOfMatchesint$Config/NumberOfMatches$Número de CorrespondênciasO número de correspondências consecutivas antes que o estado de integridade seja alterado

Source Code:

<UnitMonitorType ID="System.NetworkManagement.NetworkAdapter.HighOutputQueueDropRateThresholdMonitor.ifMIB_Cisco" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="MTSThresholdSuccess" NoDetection="false"/>
<MonitorTypeState ID="MTSThresholdError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="Interval" type="xsd:integer"/>
<xsd:element maxOccurs="1" name="NoOfRetries" type="xsd:unsignedInt"/>
<xsd:element maxOccurs="1" name="Timeout" type="xsd:unsignedInt"/>
<xsd:element minOccurs="1" name="NumberOfMatches" type="xsd:integer"/>
<xsd:element minOccurs="1" name="OIDlocIfOutputQueueDrops" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCOutUcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCOutMulticastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCOutBroadcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="Threshold" type="xsd:double"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="NoOfRetries" Selector="$Config/NoOfRetries$" ParameterType="int"/>
<OverrideableParameter ID="Timeout" Selector="$Config/Timeout$" ParameterType="int"/>
<OverrideableParameter ID="Threshold" Selector="$Config/Threshold$" ParameterType="int"/>
<OverrideableParameter ID="NumberOfMatches" Selector="$Config/NumberOfMatches$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="ProbeDS" TypeID="System.NetworkManagement.SnmpPerformanceProvider.ifMIB_Cisco.OutputQueueDropRate">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<OIDlocIfOutputQueueDrops>$Config/OIDlocIfOutputQueueDrops$</OIDlocIfOutputQueueDrops>
<OIDifHCOutUcastPkts>$Config/OIDifHCOutUcastPkts$</OIDifHCOutUcastPkts>
<OIDifHCOutMulticastPkts>$Config/OIDifHCOutMulticastPkts$</OIDifHCOutMulticastPkts>
<OIDifHCOutBroadcastPkts>$Config/OIDifHCOutBroadcastPkts$</OIDifHCOutBroadcastPkts>
</DataSource>
<ConditionDetection ID="OperationStatusSuccess" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>LessEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/Threshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfMatches$</MatchCount>
<SampleCount>$Config/NumberOfMatches$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<ConditionDetection ID="OperationStatusError" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Double">$Config/Threshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfMatches$</MatchCount>
<SampleCount>$Config/NumberOfMatches$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="MTSThresholdError">
<Node ID="OperationStatusError">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MTSThresholdSuccess">
<Node ID="OperationStatusSuccess">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>