높은 사용률의 임계값 모니터

System.NetworkManagement.NetworkAdapter.HighUtilizationThresholdMonitor (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
SnmpDS DataSource System.NetworkManagement.NetworkAdapter.Utilization Default
OperationStatusError ConditionDetection System.NetworkManagement.ExpressionFilter Default
OperationStatusSuccess ConditionDetection System.NetworkManagement.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$간격모니터 실행 간격(초)입니다.
NoOfRetriesint$Config/NoOfRetries$다시 시도 횟수SNMP GET 작업의 시간이 초과될 경우 해당 작업을 다시 시도하는 횟수입니다.
Timeoutint$Config/Timeout$시간 제한SNMP GET 작업이 시간 초과되기 전까지의 시간(밀리초)입니다.
Thresholdint$Config/Threshold$임계값성능 값이 측정되는 최소 임계값입니다.
NumberOfSamplesint$Config/NumberOfSamples$일치 수모니터를 트리거하기 전 값이 임계값을 초과하는 횟수입니다.

Source Code:

<UnitMonitorType ID="System.NetworkManagement.NetworkAdapter.HighUtilizationThresholdMonitor" 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="OIDMaxSpeed" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDInOctets" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDOutOctets" type="xsd:string"/>
<xsd:element minOccurs="1" name="MaxSpeedFactor" type="xsd:double"/>
<xsd:element minOccurs="1" name="Threshold" type="xsd:double"/>
<xsd:element minOccurs="1" name="NumberOfSamples" type="xsd:integer"/>
</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="NumberOfSamples" Selector="$Config/NumberOfSamples$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="SnmpDS" TypeID="System.NetworkManagement.NetworkAdapter.Utilization">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<OIDMaxSpeed>$Config/OIDMaxSpeed$</OIDMaxSpeed>
<OIDInOctets>$Config/OIDInOctets$</OIDInOctets>
<OIDOutOctets>$Config/OIDOutOctets$</OIDOutOctets>
<MaxSpeedFactor>$Config/MaxSpeedFactor$</MaxSpeedFactor>
<DefaultValue>0.0</DefaultValue>
</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/NumberOfSamples$</MatchCount>
<SampleCount>$Config/NumberOfSamples$</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/NumberOfSamples$</MatchCount>
<SampleCount>$Config/NumberOfSamples$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="MTSThresholdError">
<Node ID="OperationStatusError">
<Node ID="SnmpDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MTSThresholdSuccess">
<Node ID="OperationStatusSuccess">
<Node ID="SnmpDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>