TCPv4 - 1 秒あたりの再転送されたセグメント数

Microsoft.Windows.Server.10.0.TCPv4.SegmentsRetransmittedPerSec (UnitMonitor)

TCPv4\Segments Retransmitted/sec パフォーマンス カウンターを監視します。

Knowledge Base article:

概要

このモニターは、TCPv4 経由で再転送された 1 秒あたりのセグメントの量を追跡します。再転送されたセグメントの量が TCPv4\Segments Retransmitted/sec パフォーマンス カウンターのしきい値を超えると、このモニターは警告状態に切り替わります。

原因

再転送の量は、以前に送信されたものとして識別されるデータのバイト数に基づいて計測されます。再転送されたセグメントの量が多くない場合、ネットワークのパフォーマンスに影響はありません。しかし、過大な再転送は、接続の失敗、接続のリセット、ハードウェアの問題によって帯域幅に明確な減少が発生していることを示します。

解決方法

接続の失敗につながるネットワーク要因を調査し、見つかった問題を解決します。過大な再転送は、ハードウェアの問題が原因で発生することもあります。そのため、プロセッサ カウンターなどのシステム カウンターについても調査する必要があります。これらのカウンターの値をベースライン値と比較して、問題を示していないかどうか判別します。

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameTCPv4
Counter NameSegments Retransmitted/sec
Frequency300
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
TCPv4 - 1 秒あたりの再転送されたセグメント数 - 過大
TCPv4\Segments Retransmitted/sec パフォーマンス カウンターがしきい値を超えています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.TCPv4.SegmentsRetransmittedPerSec" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ConsecutiveSamplesThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.TCPv4.SegmentsRetransmittedPerSec.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="ConditionTrue" HealthState="Warning"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Segments Retransmitted/sec</CounterName>
<ObjectName>TCPv4</ObjectName>
<InstanceName/>
<Frequency>300</Frequency>
<Threshold>10</Threshold>
<Direction>greaterequal</Direction>
<NumSamples>12</NumSamples>
</Configuration>
</UnitMonitor>