Inbound Utilization (\%)

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

當輸入使用率超過所定義的閾值時,效能健全狀況狀態監視會顯示錯誤狀態及警示

Knowledge Base article:

摘要

Inbound Utliization 閾值監視

原因

此裝置的輸入使用率已超過特定閾值,包括高階的頻寬使用量。其係根據收到的 8 位元資料組總數相對於目前或最佳介面頻寬的比值而判定。

透過 SNMP GET 查詢的物件識別碼 (OID) 詳細資料如下:

物件

OID

描述

ifInOctet

.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 超過閾值
此介面上的 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>