Segmentos TCPv6 recibidos por segundo

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

Supervisa el contador de rendimiento Segmentos TCPv6 recibidos/seg.

Knowledge Base article:

Resumen

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

Causas

Un aumento repentino de la cantidad de segmentos recibidos indica una sobrecarga de la red o infracciones de seguridad.

Soluciones

Investigue los factores de red que conducen a una sobrecarga de la red y resuelva los problemas revelados. Tome medidas para eliminar los puntos débiles de seguridad.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameTCPv6
Counter NameSegments Received/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 recibidos por segundo es demasiado alto
Se ha superado el umbral para el contador de rendimiento Segmentos TCPv6 recibidos/seg.
RunAsDefault

Source Code:

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