Wysłane segmenty na sekundę TCPv6

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

Monitoruje dane licznika wydajności TCPv6\Wysłane segmenty/s.

Knowledge Base article:

Podsumowanie

Ten monitor umożliwia śledzenie ilości segmentów wysłanych za pośrednictwem protokołu TCPv6 w ciągu sekundy (z wyłączeniem tych, które zawierają tylko retransmitowane bajty). Gdy ilość wysłanych segmentów przekracza próg określony dla licznika TCPv6\Wysłane segmenty/s, monitor jest przełączany w stan ostrzeżenia.

Przyczyny

Nagły wzrost liczby wysłanych segmentów może oznaczać naruszenie zabezpieczeń.

Rozwiązania

Wyeliminuj słabe punkty w zabezpieczeniach.

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
Zbyt wysoka liczba wysłanych segmentów na sekundę TCPv6
Próg licznika wydajności TCPv6\Wysłane segmenty/s został przekroczony.
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>