Segmentos TCPv4 Recebidos Por Segundo

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

Monitora o contador de desempenho dos Segmentos TCPv4 Recebidos Por Segundo.

Knowledge Base article:

Resumo

Este monitor rastreia a quantidade de segmentos recebidos por meio de TCPv4 por segundo. Quando a quantidade de segmentos recebidos excede o limite do contador de desempenho de segmentos TCPv4 recebidos por segundo, o monitor muda pra o estado de aviso.

Causas

Um aumento repentino da quantidade de segmentos recebidos indica uma sobrecarga de rede ou violações de segurança.

Resoluções

Investigue os fatores que geram sobrecarga na rede e resolva os problemas revelados. Tome ações para eliminar os pontos fracos da segurança.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameTCPv4
Counter NameSegments Received/sec
Frequency300
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
A taxa de Segmentos TCPv4 Recebidos Por Segundo está muito alta
O limite do contador de desempenho dos Segmentos TCPv4 Recebidos Por Segundo foi excedido.
RunAsDefault

Source Code:

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