Segmentos TCPv6 retransmitidos por segundo

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

Supervisa el contador de rendimiento Segmentos TCPv6 retransmitidos/seg.

Knowledge Base article:

Resumen

Este monitor realiza un seguimiento de la cantidad de segmentos retransmitidos a través de TCPv6 por segundo. Cuando la cantidad de segmentos retransmitidos supera el umbral del contador de rendimiento Segmentos TCPv6 retransmitidos/seg., el monitor cambia al estado de advertencia.

Causas

Las retransmisiones se miden en función de los bytes en los datos que se reconocen como transmitidos anteriormente. Cuando la cantidad de segmentos retransmitidos no es alta, el rendimiento de la red no se ve afectado. Sin embargo, las retransmisiones excesivas indican una clara reducción en el ancho de banda causada por errores de conexión o restablecimiento de conexiones.

Soluciones

Investigue los factores de red que conducen a errores de conexión y resuelva los problemas revelados. La alta velocidad de retransmisión también puede ser causada por un problema de hardware. Por lo tanto, es necesario investigar más a fondo con los contadores del sistema, como pueden ser los contadores del procesador. Use valores de línea base para determinar cuándo estos contadores están fuera del intervalo y podrían indicar un problema.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameTCPv6
Counter NameSegments Retransmitted/sec
Frequency300
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
El número de segmentos TCPv6 retransmitidos por segundo es demasiado alto
Se ha superado el umbral para el contador de rendimiento Segmentos TCPv6 retransmitidos/seg.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.TCPv6.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.TCPv6.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>TCPv6</ObjectName>
<InstanceName/>
<Frequency>300</Frequency>
<Threshold>10</Threshold>
<Direction>greaterequal</Direction>
<NumSamples>12</NumSamples>
</Configuration>
</UnitMonitor>