Class CIM_TCPStatisticalData
extends CIM_StatisticalData

TCPStatisticalData is the statistics class for a TCP connection group which belongs to the transport layer of the ComputerSystem or more granular to TCP NetworkPipe.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalData
   |
   +--CIM_TCPStatisticalData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringTCPStatisticalData is the statistics class for a TCP connection group which belongs to the transport layer of the ComputerSystem or more granular to TCP NetworkPipe.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network::ChannelExtender
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ActiveOpenConnectionsuint32
Counterbooleantrue
DescriptionstringThe number of times TCP connections have made a direct transition to the SYN_SENT state from the CLOSED state.
MappingStringsstringMIB.IETF|TCP-MIB.tcpActiveOpens
AttemptsFailsuint32
Counterbooleantrue
DescriptionstringThe number of times TCP connections have made a direct transition to the CLOSED state from either the SYN_SENT state or the SYN_RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN_RCVD state.
MappingStringsstringMIB.IETF|TCP-MIB.tcpAttemptFails
EstablishedConnectionsuint32
Counterbooleantrue
DescriptionstringThe number of TCP connections for which the current state is either ESTABLISHED or CLOSE_ WAIT.
MappingStringsstringMIB.IETF|TCP-MIB.tcpCurrEstab
EstablishedResetsuint32
Counterbooleantrue
DescriptionstringThe number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE_WAIT state.
MappingStringsstringMIB.IETF|TCP-MIB.tcpEstabResets
PassiveOpenConnectionsuint32
Counterbooleantrue
DescriptionstringThe number of times TCP connections have made a direct transition to the SYN_RCVD state from the LISTEN state.
MappingStringsstringMIB.IETF|TCP-MIB.tcpPassiveOpens
ReceivedSegmentsuint32
Counterbooleantrue
DescriptionstringThe total number of segments received in error (e.g., bad TCP checksums).
MappingStringsstringMIB.IETF|TCP-MIB.tcpInSegs
ReceivedSegmentsInErroruint32
Counterbooleantrue
DescriptionstringThe total number of segments received in error (e.g., bad TCP checksums).
MappingStringsstringMIB.IETF|TCP-MIB.tcpInErrs
RetransmittedSegmentsuint32
Counterbooleantrue
DescriptionstringThe total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
MappingStringsstringMIB.IETF|TCP-MIB.tcpRetransSegs
SentResetSegmentsuint32
Counterbooleantrue
DescriptionstringThe number of TCP segments sent containing the RST flag.
MappingStringsstringMIB.IETF|TCP-MIB.tcpOutRsts
SentSegmentsuint32
Counterbooleantrue
DescriptionstringThe total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
MappingStringsstringMIB.IETF|TCP-MIB.tcpOutSegs

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_StatisticalData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_StatisticalData
RateIntervalEndTimedatetimeCIM_StatisticalData
RateIntervalStartTimedatetimeCIM_StatisticalData
SampleIntervaldatetimeCIM_StatisticalData
StartStatisticTimedatetimeCIM_StatisticalData
StatisticTimedatetimeCIM_StatisticalData

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
ResetSelectedStatsuint32CIM_StatisticalData