SCTP Performance Measurements

Contents
This document describes the SCTP performance measurements.
For description of PM concepts and operations, i.e. how to work
with PM jobs, refer to the Performance Management.
Table 1 lists the SCTP performance measurement
groups.
Table 1 PmGroups
|
pmGroupId
|
Properties
|
|
Sctp
|
|
|
SctpAssociation
|
description: Measurements at SCTP association
level. The measured object identifier is “Transport=1,Sctp=1,SctpEndpoint=<LocalPortNumber>_<LocalIPaddr1>_..._<LocalIPaddrN>,SctpAssociation=<RemotePortNumber>_<RemoteIPaddr1>_..._<RemoteIPaddrM>”.
pmGroupVersion: 1
|
The update frequency is 60 seconds for all measurements.
Table 2 provides measurement
types of Sctp PM group.
Table 2 Sctp Measurements
|
measurementTypeId
|
Properties
|
|
sctpOutSCTPPacks
|
|
|
sctpInSCTPPacks
|
description: Number of received SCTP packets,
including duplicates and those received in error.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of packages received
|
|
sctpCurrEstab
|
description: Number of SCTP associations
for which the current state is either ESTABLISHED, SHUTDOWN-PENDING
or SHUTDOWN-RECEIVED. The measurement is only working when single
SCTP instance is configured per payload node.
collectionMethod: GAUGE
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of associations
|
|
sctpAborteds
|
|
|
sctpShutdowns
|
description: Number of times that SCTP
associations have made a direct transition to the CLOSED state from
either the SHUTDOWN-SENT state or the SHUTDOWN-ACK-SENT state after
receiving of SHUTDOWN ACK or SHUTDOWN COMPLETE chunk.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of packages sent
|
|
sctpOutOfBlues
|
description: Number of received out-of-the-blue
SCTP packets. These are packets that are correctly formed (with a
correct checksum), but where the receiver is not able to identify
the association to which this packet belongs.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of packages
|
|
sctpOutDataChunks
|
|
|
sctpInDataChunks
|
|
|
sctpRtxDataChunks
|
description: Number of retransmitted DATA
chunks, including T3 and fast retransmissions.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of chunks
|
|
sctpOutCtrlChunks
|
|
|
sctpInCtrlChunks
|
|
|
sctpDroppedChunks
|
|
|
sctpSentCongestionInds
|
|
|
sctpSentCongestionCeaseInd
|
|
|
sctpRestarts
|
|
|
sctpSendBufferFull
|
|
|
sctpHbTimeouts
|
|
|
sctpDroppedUserMessages
|
|
|
sctpOutUnorderChunks
|
|
|
sctpInUnorderChunks
|
|
|
sctpOutFragUsrMsgs
|
description: Number of fragmented user
messages transmitted to the remote side. The counter is incremented
when the first data chunk of the fragmented message is sent.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of chunks
|
|
sctpInFragUsrMsgs
|
description: Number of fragmented user
messages received from the remote side. The counter is incremented
when the first data chunk of the fragmented message is received.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of chunks
|
|
sctpTotalEstabs
|
description: Number of times that SCTP
associations have made a direct transition to the ESTABLISHED state
from the CLOSED state or the COOKIE-ECHOED state. This counter is
a sum of sctpActiveEstabs and sctpPassiveEstabs counters.
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Number of associations
|
|
sctpChecksumErrors
|
|
|
sctpActiveEstabs
|
|
|
sctpPassiveEstabs
|
|
Table 3 provides measurement
types of SctpAssociation PM group.
Table 3 SctpAssociation Measurements
|
measurementTypeId
|
Properties
|
|
sctpOutDataChunks
|
|
|
sctpInDataChunks
|
|
|
sctpAssocRtxChunks
|
|
|
sctpSentCongestionInds
|
|
|
sctpAssocCongestionDuration
|
|
|
sctpAssocDormantNumber
|
|
|
sctpAssocDormantDuration
|
description: Accumulated time (in milliseconds)
while SCTP association was in Dormant state (Association which has
no active paths is referred as being in the Dormant state).
collectionMethod: CC
aggregation: SUM
measurementStatus: USED
resetAtGranPeriod: true
measurementResult: Time of Dormant state
|