介面使用率 (netcor)

System.NetworkManagement.MIB2.NetworkAdapter.HighUtilization (UnitMonitor)

監視此介面上的使用率等級

Knowledge Base article:

摘要

監視會指出此介面上的使用率等級。 此監視有兩種可能的狀態:

設定

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

選項

定義

預設

間隔

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

240 秒

重試次數

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

3

樣本數

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

3

逾時

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

3,500 毫秒

閾值

使用率百分比

60

原因

當此介面的使用率等級超過設定的閾值時,此監視便會進入警告狀態。 連接埠或介面的目前使用率是指,在某段間隔時間內傳送的總位元數佔該相同間隔時間內本來可傳送的總位元數的比例,以百分比表示。 值 100% 表示若該段期間有更多流量送達,部分流量會因為容量不足而遭到捨棄。

解決方式

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

Element properties:

TargetSystem.NetworkManagement.MIB2_Base_NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighUtilizationThresholdMonitor
RemotableTrue
AccessibilityPublic
Alert Message
介面使用率警示
{0} 的使用率超過指定的閾值。 觸發值為 {1}。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2.NetworkAdapter.HighUtilization" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_Base_NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighUtilizationThresholdMonitor" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.NetworkAdapter.HighUtilization.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<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>
<OIDMaxSpeed>.1.3.6.1.2.1.2.2.1.5.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDMaxSpeed>
<OIDInOctets>.1.3.6.1.2.1.2.2.1.10.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDInOctets>
<OIDOutOctets>.1.3.6.1.2.1.2.2.1.16.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDOutOctets>
<MaxSpeedFactor>1</MaxSpeedFactor>
<Threshold>60</Threshold>
<NumberOfSamples>3</NumberOfSamples>
</Configuration>
</UnitMonitor>