Segmentos TCPv6 enviados por segundo

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

Supervisa el contador de rendimiento Segmentos TCPv6 enviados/seg.

Knowledge Base article:

Resumen

Este monitor realiza un seguimiento de la cantidad de segmentos enviados a través de TCPv6 por segundo (excepto aquellos que contienen solo bytes retransmitidos). Cuando la cantidad de segmentos enviados supera el umbral del contador de rendimiento Segmentos TCPv6 enviados/seg., el monitor cambia al estado de advertencia.

Causas

Un aumento repentino de la cantidad de segmentos enviados puede indicar una infracción de seguridad.

Soluciones

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 Sent/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 enviados por segundo es demasiado alto
Se ha superado el umbral para el contador de rendimiento Segmentos TCPv6 enviados/seg.
RunAsDefault

Source Code:

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