高輸入捨棄率 (netcor base)

System.NetworkManagement.MIB2_Base.NetworkAdapter.HighInputDiscardRate (UnitMonitor)

監視此裝置上捨棄輸入封包的等級

Knowledge Base article:

摘要

此監視會指出此裝置上已捨棄的輸入封包等級。 此監視有兩種可能的狀態:

設定

您可以在此監視上設定下列選項:

選項

定義

預設

間隔

裝置狀態檢查的間隔時間,以秒為單位

240 秒

重試次數

在捨棄監視間隔的樣本之前,每個間隔的嘗試次數

3

樣本數

監視變更狀態之前的連續樣本數

3

逾時

在樣本逾時並重新嘗試取樣值之前,等待裝置回應的時間,以毫秒為單位

3,500 毫秒

閾值

捨棄的封包百分比。

5

原因

當捨棄的輸入封包百分比大於捨棄閾值時,此監視便會進入警告狀態。 輸入封包捨棄百分比的計算方式是將捨棄的輸入封包率除以收到的封包率而得。

解決方式

請使用健全狀況總管,在監視的 [狀態變更事件] 索引標籤上查看狀態變更的詳細資料。 此資料顯示導致健全狀況狀態變更的計算效能計數器值。 請參考裝置製造商的文件,以取得有關問題和疑難排解程序的詳細資訊。

Element properties:

TargetSystem.NetworkManagement.MIB2_Base_NetworkAdapter
Parent MonitorSystem.NetworkManagement.NetworkAdapter.HighDiscardRate
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighInputDiscardRateThresholdMonitor.MIB2
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2_Base.NetworkAdapter.HighInputDiscardRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_Base_NetworkAdapter" ParentMonitorID="System.NetworkManagement.NetworkAdapter.HighDiscardRate" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighInputDiscardRateThresholdMonitor.MIB2" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<NumberOfMatches>3</NumberOfMatches>
<OIDifInUcastPkts>.1.3.6.1.2.1.2.2.1.11.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUcastPkts>
<OIDifInNUcastPkts>.1.3.6.1.2.1.2.2.1.12.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInNUcastPkts>
<OIDifInDiscards>.1.3.6.1.2.1.2.2.1.13.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInDiscards>
<Threshold>5</Threshold>
</Configuration>
</UnitMonitor>