KN3 TCP Counter Statistics Attributes

Use the KN3 TCP Counter Statistics attributes to view TCP protocol statistics for the selected the TCP/IP stack on a z/OS® v1r12 or later system.

Collection Time The time and date at which status information was collected. This time is displayed in the following format:

mm/dd/yy hh:mm:ss (Tivoli Enterprise Portal) or yy/mm/dd hh:mm:ss (3270)

Where:

  • mm = Month
  • dd = Day of the month
  • yy = Year
  • hh = Hour
  • mm = Minute
  • ss = Seconds

The stored format is a string no longer than 16 characters in the format CYYMMDDHHMMSSmmm (as in 1020315064501000 for 03/15/02 06:45:01) where:

  • C = Century (0 for 20th, 1 for 21st)
  • Y = Year
  • M = Month
  • D = Day
  • H = Hour
  • M = Minute
  • S = Second
  • m = Millisecond

Connections Established The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Total Conns Established in the enhanced 3270 interface.

Ephemeral Ports Configured The number of ephemeral ports that can be assigned to TCP applications. This number is configured in the TCP/IP profile. The format is an integer.

Ephemeral Ports Exhausted The number of times a bind() request failed because all available ephemeral ports were in use. The format is an integer.

Ephemeral Ports High Water Mark The highest number of ephemeral ports in use by TCP applications since the TCP/IP stack was started. The format is an integer.

Ephemeral Ports In Use The number of ephemeral ports in use by TCP applications. The format is an integer.

LPAR Name The LPAR name.

Origin Node The unique identifier for the TCP/IP stack being displayed. The format is an alphanumeric string no longer than 32 characters.

Out-of-Order Segments Percentage The percentage of segments received that was out-of order over during the most recent sampling interval compared to the total number of segments transmitted. The format is an integer between 1 and 100 inclusive. The name of this attribute is abbreviated % Segs OutOfOrder in the enhanced 3270 interface.

Percent Ephemeral Ports In Use The percent of ephemeral ports in use as compared to the configured number of ephemeral ports. The format is an integer.

Receive Segment Rate The number of segments received per minute during the most recent sampling interval. The format is an unsigned integer. The name of this attribute is abbreviated Receive Seg Rate in the enhanced 3270 interface.

Received Segment Error Rate The rate at which segments in error were received during the most recent sampling interval. The format is an unsigned integer. The name of this attribute is abbreviated Recvd Segment Error Rate in the enhanced 3270 interface.

Segment Retransmission Rate The rate at which TCP segments were retransmitted during the most recent sampling interval. The format is an unsigned integer. The name of this attribute is abbreviated Seg Retransmission Rate in the enhanced 3270 interface.

Sysplex Name The Sysplex name.

System ID The SMF system ID. The format is an alphanumeric string no longer than 4 characters. This field is not displayed.

TCPIP STC Name The name of the TCP/IP job. The format is an alphanumeric string no longer than 8 characters.

Timewait Reused The number of TCP connections in the TIMEWAIT state that is reused for connections in the SYN-RCVD state since the TCP/IP initialization. The format is an unsigned integer.

Total Accepted Connections The number of binary TCP connections accepted by all listening applications since TCP/IP initialization. The format is an unsigned long long integer. The name of this attribute is abbreviated Total Accepted Conns in the enhanced 3270 interface.

Total ACKs with Header Prediction The number of binary input TCP acknowledgments with successful header prediction since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot ACKs Header Prediction in the enhanced 3270 interface.

Total Active Socket OPENs The number of TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state since TCP/IP initialization. The format is an unsigned integer.

An Active OPEN means that during TCP connection setup, the client process that is using TCP takes the active role and initiates the connection by sending a TCP SYN message to start the connection. The opposite is a Passive OPEN where a TCP application listens for clients.

Total All Data After Window The number of binary input TCP segments with all data after the current window since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot All Data After Window in the enhanced 3270 interface.

Total All Data Before Window The number of binary input TCP segments with all data before the current window, indicating that the segment contains duplicate data since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot All Data Before Window in the enhanced 3270 interface.

Total Attempt Failures The number of TCP connections that have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus those that have made a direct transition to the LISTEN state from the SYN-RCVD state since TCP/IP initialization. The format is an unsigned integer.

Total BulkData AIQ Segments The number of binary input TCP segments that are received over the BulkData Ancillary Input Queue (AIQ) when using the queued direct I/O (QDIO) inbound workload queueing function since TCP/IP initialization. The format is an unsigned long long integer. The name of this attribute is abbreviated Tot BulkData AIQ Segs in the enhanced 3270 interface.

Total Connections Closed The number of TCP connections with a socket that has been closed since TCP/IP initialization. The format is an unsigned integer.

Total Data Segments Predicted The number of binary input TCP data segments with successful header prediction since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Data Segs Predicted in the enhanced 3270 interface.

Total Delayed Output ACKs The number of binary delayed output TCP acknowledgments since TCP/IP initialization. The format is an unsigned integer.

Total Discards for Bad Checksum The number of binary input TCP segments discarded due to a bad checksum since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Discards Bad Checksum in the enhanced 3270 interface.

Total Discards for Bad Length The number of binary input TCP segments discarded due to a bad header length since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Discards Bad Length in the enhanced 3270 interface.

Total Discards for Length Too Short The number of input TCP segments discarded due to the data length being shorter than the segment length since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Discards Length Short in the enhanced 3270 interface.

Total Discards for Old Time Stamp The number of input TCP segments discarded due to old time stamps since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Discards Old Time in the enhanced 3270 interface.

Total Duplicate ACKs The number of binary input duplicate TCP acknowledgments (ACKs) since TCP/IP initialization. The format is an unsigned integer.

Total Established Resets The number of TCP connections that have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state since TCP/IP initialization. The format is an unsigned integer.

Total FINWAIT2 Drops The number of binary TCP connections dropped due to the FINWAIT2 timer expiring before receiving FIN segments since TCP/IP initialization. The format is an unsigned integer.

When a socket is closed abnormally (for example, no longer needed) it is not made available immediately. Instead it is placed into a state called FINWAIT2 (which is what shows up in the netstat -s command). It waits there for a period of time before it is made available in the free pool. The default for this is 600 seconds. The name of this attribute is abbreviated Tot FINWAIT2 Drops in the enhanced 3270 interface.

Total Flow Controls The sum of Input Window Probes, Input Window Updates, Output Window Probes, and Output Window Updates since TCP/IP initialization. The format is an unsigned long long integer.

Total Input After Closed The number of binary input TCP segments received after the corresponding sockets have been closed since TCP/IP initialization. The format is an unsigned integer.

Total Input Segments Received The number of input TCP segments received, including those received in error, since TCP/IP initialization. The format is an unsigned long long integer. The name of this attribute is abbreviated Tot Recv Segments in the enhanced 3270 interface.

Total Input Window Probes The number of binary input TCP segments processed while the current receive window size is zero since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Input Window Probes in the enhanced 3270 interface.

Total Input Window Updates The number of binary input TCP segments that change only the receive window size since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Input Window Updates in the enhanced 3270 interface.

Total Keepalive Drops The number of binary TCP connections dropped due to no response while sending keepalive probe requests since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Keepalive Drops in the enhanced 3270 interface.

Total Keepalive Probes The number of binary output TCP keepalive probe requests since TCP/IP initialization. The format is an unsigned integer.

Total Out-of-Order Segments The number of binary input TCP segments that did not contain the next expected sequence number since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Segs OutOfOrder in the enhanced 3270 interface.

Total Output RSTs The number of binary TCP segments sent containing the TCP/IP reset (RST) flag since TCP/IP initialization. The format is an unsigned integer.

Total Output Segments Sent The number of binary output TCP segments sent since TCP/IP initialization. The format is an unsigned long long integer. The name of this attribute is abbreviated Tot Sent Segments in the enhanced 3270 interface.

Total Output Window Probes The number of binary output window probe requests since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Output Window Probes in the enhanced 3270 interface.

Total Output Window Updates The number of binary output TCP segments that change only the receive window size since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Output Window Updates in the enhanced 3270 interface.

Total Passive Drops The number of passive TCP connection requests discarded since TCP/IP initialization. The format is an unsigned integer.

Total Passive Socket OPENs The number of TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state since TCP/IP initialization. The format is an unsigned integer.

A Passive OPEN is where a TCP application listens for clients. The opposite is an Active OPEN, which means that during TCP connection setup, the client process that is using TCP takes the active role and initiates the connection by actually sending a TCP message to start the connection, a SYN message. The name of this attribute is abbreviated Tot Passive Socket OPENs in the enhanced 3270 interface.

Total PMTU Errors The number of TCP connections that exceeded the path maximum transmission unit (MTU) discovery retransmit threshold since TCP/IP initialization. When TCP/IP has to lower the path MTU and retransmit segments three or more times for a TCP connection, this counter is incremented. The format is an unsigned integer.

Total PMTU Retransmits The number of TCP segments retransmitted due to path maximum transmission unit (MTU) discovery since TCP/IP initialization. When TCP/IP receives notification that an IP packet was too large, TCP will retransmit with a smaller packet and increment this counter. The format is an unsigned integer.

Total Retransmission Percentage The percentage of TCP segments that required retransmission compared to the total number of segments transmitted since TCP/IP initialization. The format is an integer between 1 and 100 inclusive. The name of this attribute is abbreviated Tot % Retrans in the enhanced 3270 interface.

Total Retransmit Drops The number of binary TCP connections dropped due to the retransmit threshold being exceeded since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Drops Retrans in the enhanced 3270 interface.

Total Retransmit Timeouts The number of binary TCP retransmit timer pops since TCP/IP initialization. The format is an unsigned integer.

Total Segments Discarded The number of input TCP segments discarded since TCP/IP initialization. This attribute provides the count of all discarded segments. Other attributes provide more granular counters for some of the reasons that segments were discarded. The format is an unsigned long long integer.

Total Segments Retransmitted The number of binary TCP segments retransmitted since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Total Segs Retrans or Total Segs Retransmitted in the enhanced 3270 interface.

Total Some Data After Window The number of binary input TCP segments with some data after the current window since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Some Data After Win in the enhanced 3270 interface.

Total Some Data Before Window The number of binary input TCP segments with some data before the current window, indicating that the segment contains some duplicate data since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Tot Some Data Before Window in the enhanced 3270 interface.

Total Timewait Reused The number of TCP connections in the TIMEWAIT state that have been reused for connections in the SYN-RCVD state since TCP/IP initialization. The format is an unsigned integer.

Total Window Probe Drops The number of binary TCP connections dropped due to no response while sending window probe requests since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Total Drops Window Probe in the enhanced 3270 interface.

Transmit Segment Rate The number of segments transmitted per minute during the most recent sampling interval since TCP/IP initialization. The format is an unsigned integer. The name of this attribute is abbreviated Transmit Seg Rate in the enhanced 3270 interface.