所用读取带宽百分比

Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads (UnitMonitor)

此监视器检查使用的网络适配器读取带宽的百分比。

Knowledge Base article:

摘要

网络接口上每秒钟接收的字节量已经超过了多个样本的接口总带宽的阈值百分比。

原因

系统最近出现网络活动大量增加的现象,此最大值导致超出了阈值,或者系统的网络使用率随着时间的推移稳定增大,并且最终达到一个超出阈值的点。

另一种可能就是网络接口被设置为自动重新协商当前带宽,此自动协商的带宽较低。

解决方法

要进一步调查此问题,请确定:

根据进一步的调查结果,解决方案可能会有所不同,并且可能包含以下其中一项:

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsed.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
所用读取带宽已超过阈值
所用网络适配器读取带宽的百分比超过阈值。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsed.MonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedReads.Alert.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="HealthyState" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="WarningState" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</ComputerName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.NetworkAdapter"]/PerfmonInstance$</InstanceName>
<CounterName>PercentBandwidthUsedRead</CounterName>
<Threshold>60</Threshold>
<NumOfSamples>12</NumOfSamples>
<IntervalSeconds>300</IntervalSeconds>
<IsDiscoverDisabled>false</IsDiscoverDisabled>
<IsUseMacAddress>true</IsUseMacAddress>
</Configuration>
</UnitMonitor>