Inbound Utilization(\%)

Microsoft.SystemCenter.NetworkDevice.Interface.InboundUtilizationThresholdMonitor (UnitMonitor)

인바운드 사용률이 정의된 임계값을 초과할 때 오류 상태 및 경고를 표시하는 성능 상태 모니터입니다.

Knowledge Base article:

요약

Inbound Utilization 임계값 모니터

원인

이 장치의 Inbound Utilization이 지정된 임계값을 초과했습니다. 이는 대역폭 사용률 수준이 높음을 나타냅니다. 이 사용률은 현재 또는 최적 인터페이스 대역폭과 관련하여 수신된 총 8진수의 수를 기반으로 계산됩니다.

다음은 SNMP GET을 통해 쿼리되는 OID(개체 식별자) 정보입니다.

개체

OID

설명

ifInOctets

.1.3.6.1.2.1.2.2.1.10

장치에서 수신한 총 인바운드 8진수 수(프레이밍 문자 포함)입니다.

해결

다음은 일부 기본적인 문제 해결 단계입니다.

모니터의 임계값을 높입니다. 그러면 환경 내의 응용 프로그램을 보다 효율적으로 "조정"할 수 있습니다. 중요한 이벤트가 기록되지 않을 수도 있으므로 임계값을 너무 높게 설정하지는 않도록 합니다.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.Interface.UtilizationThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Inbound Utilization 임계값 초과
이 인터페이스의 인바운드 사용률이 지정된 임계값을 초과했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.InboundUtilizationThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.Interface.UtilizationThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.InboundUtilizationThresholdMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="BelowThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="AboveThreshold"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.2.1.2.2.1.10.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>0</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>60</Threshold>
<Percent>true</Percent>
</Configuration>
</UnitMonitor>