接口利用率(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>