高丢弃百分比

System.NetworkManagement.NetworkAdapter.HighDiscardRate (AggregateMonitor)

汇总丢弃百分比运行状况监视的聚合监视器

Knowledge Base article:

摘要

此监视器是数据包丢弃率的运行状况状态的汇总监视器。如果一个或多个从属监视器处于警告状态,则此监视器也将处于警告状态。如果丢弃的输入或输出数据包数超过配置的阈值,则从属监视器将进入警告状态。

原因

此监视器的警告状态表示一个或多个被监视的接口遇到高输入或输出丢弃率。

解决方法

使用运行状况资源管理器来确定哪个从属监视器导致故障。有关特定故障的详细信息,请参阅失败的监视器的知识库文章。

Element properties:

TargetSystem.NetworkManagement.NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
接口高丢弃率
接口 {0} 已超过其丢弃率。使用运行状况资源管理器来进一步解决此问题。

Source Code:

<AggregateMonitor ID="System.NetworkManagement.NetworkAdapter.HighDiscardRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.NetworkAdapter.HighDiscardRate.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>