合計帯域幅消費率

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

このモニターは、ネットワーク アダプターの合計帯域幅消費率をチェックします。

Knowledge Base article:

概要

ネットワーク インターフェイスで送受信されるデータの量 (バイト数) が、インターフェイスの合計帯域幅に対する割合のしきい値を超えています。これは、複数のサンプルで確認されています。

原因

システムで処理するネットワーク アクティビティが最近急激に増え、一気にしきい値を超えたか、時間の経過とともにシステムのネットワーク利用が徐々に増え、ある時点でしきい値を超えた可能性があります。

また、ネットワーク インターフェイスが現在の帯域幅と自動的に再ネゴシエートするように設定されいて、自動的にネゴシエートした帯域幅が小さ過ぎた可能性もあります。

解決方法

次の手順に従って、この問題の原因を調査します。

調べた結果に応じて、次のいずれかの解決方法を試します。

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
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.PercentBandwidthUsedTotal" Accessibility="Public" Enabled="true" 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.PercentBandwidthUsedTotal.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>PercentBandwidthUsedTotal</CounterName>
<Threshold>75</Threshold>
<NumOfSamples>12</NumOfSamples>
<IntervalSeconds>300</IntervalSeconds>
<IsDiscoverDisabled>false</IsDiscoverDisabled>
<IsUseMacAddress>true</IsUseMacAddress>
</Configuration>
</UnitMonitor>