TCP Connections Attributes

Use the TCP Connections attributes to display performance and identifying information for each connection.

Application Name The job name associated with the application address space that opened and bound the socket. The format is an alphanumeric string no longer than 8 characters.

Application Name and Port The Application Name and Local Port are combined in this attribute, separated by a colon. The format is a string up to 15 characters in length.

Byte Rate The number of bytes sent or received, per minute, during the most recent time interval. Throughput rate is expressed in kilobytes per minute. The format is an integer.

Bytes Received The number of bytes received over a connection during the most recent time interval. The format is an integer.

Bytes Sent The number of bytes sent over a connection during the most recent time interval. The format is an integer.

Bytes Sent or Received The total number of bytes sent and received during the most recent time interval. The format is an integer.

Collection Time The time and date of the data sampling. This time is displayed in the following format:

mm/dd/yy hh:mm:ss

Where:

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:

Connection Number A unique number that identifies a connection to a TCP/IP stack. The format is an integer. This value is stored as an integer and displayed as a hexadecimal number.

Connection State The state of the connection. The format is an alphanumeric string no longer than 12 characters. The TCP/IP connection states that OMEGAMON XE monitors can be very brief, with normal durations in milliseconds, where the following states are possible:

Connection Type Specifies the type of connection that is either a UDP endpoint, TCP connection or TCP listener. This is specified as one of the following

Datagram Rate The number of datagrams, per minute, transmitted to or from this connection during the most recent time interval. The format is an integer.

Datagrams Received The total number of datagrams the local port received during the most recent time interval. The format is an integer.

Datagrams Sent The total number of datagrams the local port transmitted during the most recent time interval. The format is an integer.

Datagrams Sent or Received The total number of datagrams (both sent and received) on the local port during the most recent time interval. The format is an integer.

DVIPA Identifies when the Local IP Address is a Dynamic Virtual IP Addressing (DVIPA) address. This value is stored as an integer and displayed as a string. The following are valid values:

Note

: This information is available only on z/OS version 1.9 or higher.

Foreign IP Address The IP address of the remote end of the connection, which might be in the same host or in another host. The format is an alphanumeric string no longer than 45 characters.

Foreign Port The port number to which the remote end of the connection is bound. The format is an alphanumeric string no longer than 6 characters.

Foreign Socket The remote end of the connection, which might be in the same host or in another host. The format is an alphanumeric string no longer than 23 characters.

Hex Connection Number A unique hexadecimal number that identifies a connection to a TCP/IP stack. This value is displayed as a 8-digit hexadecimal string..

Host Name The host name of the TCP/IP stack. The format is an alphanumeric string no longer than 255 characters.

Local IP Address The local IP address for this connection. For UDP endpoints, a value of 0.0.0.0 (or ::) in this field indicates that the UDP endpoint is accepting datagrams from any local IP address. For TCP listeners, this IP address is 0.0.0.0 (or ::) when the application is accepting connections to any local IP address. The format is a string up to 45 characters in length.

Local Port The local port for this TCP connection. The format is an alphanumeric string no longer than 6 characters.

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

Percent Segments Retransmitted The percentage of TCP segments that required retransmission over this connection. A segment is retransmitted whenever the receiver does not acknowledge receipt and a timeout occurs.

The percentage is calculated as:

(TCP ReXmit Pct) = (Retransmitted TCP Segments) divided by (TCP Segments Out)

Response Time The elapsed time (in tenths of a second) from when the segment was sent to when the acknowledgment was received. The format is a real number.

Response Time Variance The statistical variation of round trip times since the connection was established. The format is a real number.

Segments Retransmitted The number of segments retransmitted over this connection during the most recent time interval.

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

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

Telnet Appl Name The VTAM application name that Telnet uses. The remote TCP/IP application and the local Telnet to permit VTAM and TCP/IP applications to communicate over TCP/IP networks. The format is an alphanumeric string no longer than 8 characters.

Telnet LU Name The VTAM logical unit name that Telnet uses to communicate with a VTAM application on this host. When a TCP/IP application requests a session with a VTAM application, a VTAM LU is assigned from the Telnet pool to allow TCP/IP and VTAM to communicate. The format is an alphanumeric string no longer than 8 characters.

Time Since Last Activity The time, in seconds, since the most recent activity on this connection. The format is a real number.

Total Bytes The total number of bytes sent and received since the UDP endpoint started. When the value in the Total Bytes field exceeds 1,073,741,823, the number is divided by 1,073,741,824. The quotient is stored in the Total Bytes (in GB) field and the remainder is stored in the Total Bytes field. The format is an integer.

Total Bytes (in GB) The total number of bytes sent and received since the connection started, divided by 1,073,741,824. When the value in the Total Bytes field exceeds 1,073,741,823, the number is divided by 1,073,741,824. The quotient is stored in the Total Bytes (in GB) field and the remainder is stored in the Total Bytes field. The format is an integer.

Total Bytes Received The total number of bytes received since the UDP endpoint started. When the value in the Total Bytes Received field exceeds 1,073,741,823 (1 GB), the number is divided by 1,073,741,824. The quotient is stored in the Total Bytes Received (in GB) field and the remainder is stored in the Total Bytes Received field. The format is an integer.

Total Bytes Received (in GB) The total number of bytes received since the connection started, divided by 1,073,741,824. When the value in the Total Bytes Received field exceeds 1,073,741,823 (1 GB), the number is divided by 1,073,741,824. The quotient is stored in the Total Bytes Received (in GB) field and the remainder is stored in the Total Bytes Received field. The format is an integer.

Total Bytes Sent The total number of bytes sent since the UDP endpoint started. When the value in the Total Bytes Sent field exceeds 1,073,741,823 (1 GB), the number is divided by 1,073,741,824. The quotient is stored in the Total Bytes Sent (in GB) field and the remainder is stored in the Total Bytes Sent field. The format is an integer.

Total Bytes Sent (in GB) The total number of bytes sent since the connection started, divided by 1,073,741,824. When the value in the Total Bytes Sent field exceeds 1,073,741,823 (1 GB), the number is divided by 1,073,741,824. The quotient is stored in the Total Bytes Sent (in GB) field and the remainder is stored in the Total Bytes Sent field. The format is an integer.

Total Datagrams The total number of all datagrams this connection sent and received since the connection started. The format is an integer.

Total Datagrams Received The total number of datagrams this connection received since the UDP endpoint started. The format is an integer.

Total Datagrams Sent The total number of datagrams this connection sent since the connection started. The format is an integer.

Total Segments Retransmitted The total number of segments retransmitted over this connection since the UDP endpoint started. Retransmissions occur when a TCP segment is sent, but the receiving host does not acknowledge it within a specified timeout period. Hardware errors and network congestion can cause time-outs. The format is an integer.