Output Discard Rate (if-mib)

System.NetworkManagement.SnmpPerformanceProvider.ifMIB.OutputDiscardRate (DataSourceModuleType)

if-mib output discard rate data source

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
SnmpDataSource DataSource System.NetworkManagement.Host.ExtendedSnmpQueryProvider Default
CurrentOutputDiscardRateComputation ConditionDetection System.NetworkManagement.NetworkAdapter.OutputDiscardRate.ifMIB Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$IntervalThe number of seconds between performance data requests
NoOfRetriesint$Config/NoOfRetries$Number of RetriesThe number of times the performance data request will retry if it times out
Timeoutint$Config/Timeout$TimeoutThe amount of time (in milliseconds) before the performance data request times out

Source Code:

<DataSourceModuleType ID="System.NetworkManagement.SnmpPerformanceProvider.ifMIB.OutputDiscardRate" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ParamListSchema</SchemaType>
<SchemaType>System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Interval" type="xsd:integer"/>
<xsd:element name="NoOfRetries" type="xsd:unsignedInt"/>
<xsd:element name="Timeout" type="xsd:unsignedInt"/>
<xsd:element name="OIDifOutUcastPkts" type="xsd:string"/>
<xsd:element name="OIDifHCOutMultiCastPkts" type="xsd:string"/>
<xsd:element name="OIDifHCOutBroadcastPkts" type="xsd:string"/>
<xsd:element name="OIDifOutDiscards" type="xsd:string"/>
<xsd:element name="OIDifOutErrors" type="xsd:string"/>
</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"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="SnmpDataSource" TypeID="System.NetworkManagement.Host.ExtendedSnmpQueryProvider">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<SnmpVarBinds>
<SnmpVarBind>
<OID>$Config/OIDifOutUcastPkts$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>$Config/OIDifHCOutMultiCastPkts$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>$Config/OIDifHCOutBroadcastPkts$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>$Config/OIDifOutDiscards$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>$Config/OIDifOutErrors$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
</DataSource>
<ConditionDetection ID="CurrentOutputDiscardRateComputation" TypeID="System.NetworkManagement.NetworkAdapter.OutputDiscardRate.ifMIB">
<OIDifOutUcastPkts>$Config/OIDifOutUcastPkts$</OIDifOutUcastPkts>
<OIDifHCOutMultiCastPkts>$Config/OIDifHCOutMultiCastPkts$</OIDifHCOutMultiCastPkts>
<OIDifHCOutBroadcastPkts>$Config/OIDifHCOutBroadcastPkts$</OIDifHCOutBroadcastPkts>
<OIDifOutDiscards>$Config/OIDifOutDiscards$</OIDifOutDiscards>
<OIDifOutErrors>$Config/OIDifOutErrors$</OIDifOutErrors>
<ObjectName>Interface</ObjectName>
<CounterName>Output Discard %</CounterName>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="CurrentOutputDiscardRateComputation">
<Node ID="SnmpDataSource"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Performance!System.Performance.Data</OutputType>
</DataSourceModuleType>