사용된 대역폭 비율 쓰기

Microsoft.Windows.Server.10.0.NetworkAdapter.PercentBandwidthUsedWrites (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.PercentBandwidthUsedWrites" 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.PercentBandwidthUsedWrites.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>PercentBandwidthUsedWrite</CounterName>
<Threshold>60</Threshold>
<NumOfSamples>12</NumOfSamples>
<IntervalSeconds>300</IntervalSeconds>
<IsDiscoverDisabled>false</IsDiscoverDisabled>
<IsUseMacAddress>true</IsUseMacAddress>
</Configuration>
</UnitMonitor>