Porcentagem de Largura de Banda de Leitura Utilizada

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

Este monitor verifica a porcentagem de largura de banda de leitura utilizada do adaptador de rede.

Knowledge Base article:

Resumo

O volume de bytes recebidos por segundo na interface de rede excedeu, em várias amostras, a porcentagem limite da largura de banda total da interface.

Causas

Ou o sistema experimentou recentemente um aumento significativo de atividade de rede, e esse pico resultou na ultrapassagem do limite, ou a utilização da rede pelo sistema tem crescido constantemente com o tempo e finalmente atingiu e ultrapassou o limite.

Outra possibilidade é que a interface de rede tenha sido configurada para renegociar automaticamente a largura de banda atual, e a largura negociada dessa forma seja menor.

Resoluções

Para investigar o problema mais a fundo, considere o seguinte:

Com base nas descobertas da investigação adicional, resoluções podem variar e podem incluir o seguinte:

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
A largura de banda de leitura usada está acima do limite
A porcentagem da largura de banda de leitura usada do adaptador de rede está acima do limite.
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>