TCPIP Details attributes

Use the TCPIP Details attributes to display performance and identifying information for a specific connection.

Agent STC Name The OMEGAMON for Networks on z/OS started task name. The default is IBMN3. A valid value is a string of up to 8 characters.

APPLDATA The result of a SIOCSAPPLDATA ioctl query. APPLDATA enables applications to associate 40 bytes of application-specific information with TCP sockets that they own. This information can assist problem determination, capacity planning, and accounting applications. For more information, see the application data appendix in the IBM® z/OS® Communications Server: IP Configuration Reference. A valid value is a string of up to 40 characters.

Application Name The job name associated with the application address space that opened and bound the socket. A valid value is a string of up to 8 characters.

Application Name and Port The Application Name and Local Port are combined in this attribute, separated by a colon. A valid value is a string of up to 15 characters

ASID The z/OS address space ID of the address space that opened the socket. A valid value is an integer, displayed as a hexadecimal string.

AT-TLS Policy Status The current Application Transparent Transport Layer Security (AT-TLS) policy status for the connection. The value returned defines the current runtime status of the AT-TLS policy for the connection. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = Unknown
  • 1 = Off
  • 2 = None
  • 3 = Not Enabled
  • 4 = Enabled
  • 5 = ApplicationControlled

AT-TLS Status The current Application Transparent Transport Layer Security (AT-TLS) status for the connection. This value indicates whether the SSL handshake has completed successfully for the connection. This value has a dependency on the value of AT-TLS Policy Status attribute. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = <blank>
  • 1 = Not Secure
  • 2 = Handshake In Progress
  • 3 = Secure

Byte Rate The number of bytes sent or received per minute during the most recent time interval. A valid value is an integer.

Bytes Received The number of bytes received during the most recent time interval. A valid value is an integer.

Bytes Sent The number of bytes sent during the most recent time interval. A valid value is an integer.

Bytes Sent or Received The number of sent or received bytes during the most recent time interval. A valid value 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 (Tivoli Enterprise Portal)

yy/mm/dd hh:mm:ss (3270)

Where:

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

This time is stored as a string no longer than 16 characters in the format CYYMMDDHHMMSSmmm (for example, 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

Congestion Window Size The congestion window size for this connection. Congestion window size is the maximum amount of data that is sent without waiting for an acknowledgment from the remote socket. The value that is used when congestion is detected in the network to limit the amount of data that is sent by the local stack. A valid value is an integer.

Connection Duration The amount of time, in seconds, since this connection was created. This value is displayed as a time value (for example, 22.0000s or 4m 20s). A valid value is an integer.

Connection Start Time The time and date when this connection was created. This time is displayed in the following format:

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

yy/mm/dd hh:mm:ss (3270)

Where:

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

This time is stored as a string no longer than 16 characters in the format CYYMMDDHHMMSSmmm (for example, 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

Connection State The state of the connection. A valid value is a string of up to 12 characters. Values appear on the workspace as follows:

  • CLOSED The end state of a TCP connection; this state means the TCP connection no longer exists.
  • CLOSE_WAIT A state in which the connection is waiting for a connection termination request from the local port.
  • CLOSING A state in which the connection is waiting for a connection termination request acknowledgment from the remote TCP.
  • ESTABLISHED A state in which the connection is established.
  • FIN_WAIT_1 A state in which the connection is waiting for a connection termination request from the remote TCP or an acknowledgement of the connection termination request.
  • FIN_WAIT_2 A state in which the connection is waiting for a connection termination request from the remote TCP.
  • LAST_ACK A state in which the connection is waiting for an acknowledgment of the connection termination request it sent to the remote TCP.
  • LISTEN A state in which the connection is waiting for a connection request from any remote TCP and port.
  • SYN_RECEIVED A state in which the connection is waiting for a confirming connection request acknowledgement after receiving and sending a connection request.
  • SYN_SENT A state in which the connection is waiting for a matching connection request after a connection request was sent. If a connection is in this state for two successive sample intervals, an exception is generated.
  • TIME_WAIT A state in which the host waits to ensure that a remote TCP has received a connection termination request. After the wait time is over, the socket pair that uniquely defines the connection is available for reuse.

Duplicate ACKs The number of duplicate ACKs (TCP acknowledgements) received for this connection. A valid value is an integer.

DVIPA Identifies when the Local IP Address is a Dynamic Virtual IP Addressing (DVIPA) address. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = <blank>
  • 1 = Yes
  • 2 = No

Hex Connection Number The hexadecimal representation of the connection number. A valid value is an integer, displayed as a hexadecimal string.

Inbound Bytes Buffered The number of incoming bytes buffered by this connection. A valid value is an integer.

Inbound Interface Name The link name of the receiving interface for this connection. A valid value is a string of up to 16 characters.

Note: This attribute applies to connections that are registered to an ancillary input queue (such as the OSA-Express bulk data queue). For all other connections, this attribute displays as blank.

Inbound Queued Data Time Stamp The time stamp of the oldest inbound data that was queued. This time is displayed in the following format:

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

yy/mm/dd hh:mm:ss (3270)

Where:

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

This time is stored as a string no longer than 16 characters in the format CYYMMDDHHMMSSmmm (for example, 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

Local IP Address The local IP address for this connection. For UDP end points, a value of 0.0.0.0 in this field indicates that the UDP end point will accept datagrams from any local IP address. For TCP listeners, this IP address will be zero when the application will accept connections to any local IP address. A valid value is a string of up to 45 characters.

Local Port The local port for this connection. A valid value is an integer.

Local Port (Deprecated.) The local port for this connection. A valid value is an integer.

Local Port String The local port for this connection as a string. A valid value is a string of up to 5 characters.

Local Window Size Frequency The number of times the local window size was set to zero during the most recent time interval. A valid value is an integer.

Maximum Segment Size The maximum segment size the connection can send. The largest amount of data the local socket can send in a single packet. A valid value is an integer.

Maximum Send Window Size The maximum send window size for the connection. A valid value is an integer.

Negotiated Cipher The negotiated cipher that is in use by the secure connection. This cipher is used for the data encryption or decryption. For a list of possible cipher values, see the description of the TTLSCipherParms statement in the Policy Agent and Policy Applications chapter of the IBM z/OS Communications Server: IP Configuration Reference. This value is applicable only when AT-TLS Status has a value of 3 (Secure). A valid value is an integer. Values appear on the workspace as follows:

  • 0 = <blank>
  • 192753 (X'2F0F1') = TLS RC4 128 WITH MD5
  • 192754 (X'2F0F2') = TLS RC4 128 EXPORT40 WITH MD5
  • 192755 (X'2F0F3') = TLS RC2 CBC 128 CBC WITH MD5
  • 192756 (X'2F0F4') = TLS RC2 CBC 128 CBC EXPORT40 WITH MD5
  • 192758 (X'2F0F6') = TLS DES 64 CBC WITH MD5
  • 192759 (X'2F0F7') = TLS DES 192 EDE3 CBC WITH MD5
  • 246256 (X'3C1F0') = TLS DH RSA WITH AES 128 GCM SHA256
  • 246257 (X'3C1F1') = TLS DH RSA WITH AES 256 GCM SHA384
  • 246258 (X'3C1F2') = TLS DHE DSS WITH AES 128 GCM SHA256
  • 246259 (X'3C1F3') = TLS DHE DSS WITH AES 256 GCM SHA384
  • 246260 (X'3C1F4') = TLS DH DSS WITH AES 128 GCM SHA256
  • 246261 (X'3C1F5') = TLS DH DSS WITH AES 256 GCM SHA384
  • 258241 (X'3F0C1') = TLS RSA WITH 3DES EDE CBC SHA
  • 258243 (X'3F0C3') = TLS DH DSS WITH DES CBC SHA
  • 258244 (X'3F0C4') = TLS DH DSS WITH 3DES EDE CBC SHA
  • 258246 (X'3F0C6') = TLS DH RSA WITH DES CBC SHA
  • 258288 (X'3F0F0') = TLS NULL WITH NULL NULL
  • 258289 (X'3F0F1') = TLS RSA WITH NULL MD5
  • 258290 (X'3F0F2') = TLS RSA WITH NULL SHA
  • 258291 (X'3F0F3') = TLS RSA EXPORT WITH RC4 40 MD5
  • 258292 (X'3F0F4') = TLS RSA WITH RC4 128 MD5
  • 258293 (X'3F0F5') = TLS RSA WITH RC4 128 SHA
  • 258294 (X'3F0F6') = TLS RSA EXPORT WITH RC2 CBC 40 MD5
  • 258297 (X'3F0F9') = TLS RSA WITH DES CBC SHA
  • 258544 (X'3F1F0') = TLS DH RSA WITH 3DES EDE CBC SHA
  • 258546 (X'3F1F2') = TLS DHE DSS WITH DES CBC SHA
  • 258547 (X'3F1F3') = TLS DHE DSS WITH 3DES EDE CBC SHA
  • 258549 (X'3F1F5') = TLS DHE RSA WITH DES CBC SHA
  • 258550 (X'3F1F6') = TLS DHE RSA WITH 3DES EDE CBC SHA
  • 258758 (X'3F2C6') = TLS RSA WITH AES 128 CBC SHA
  • 259010 (X'3F3C2') = TLS RSA WITH NULL SHA256
  • 259011 (X'3F3C3') = TLS RSA WITH AES 128 CBC SHA256
  • 259012 (X'3F3C4') = TLS RSA WITH AES 256 CBC SHA256
  • 259013 (X'3F3C5') = TLS DH DSS WITH AES 128 CBC SHA256
  • 259014 (X'3F3C6') = TLS DH RSA WITH AES 128 CBC SHA256
  • 259056 (X'3F3F0') = TLS DH DSS WITH AES 128 CBC SHA
  • 259057 (X'3F3F1') = TLS DH RSA WITH AES 128 CBC SHA
  • 259058 (X'3F3F2') = TLS DHE DSS WITH AES 128 CBC SHA
  • 259059 (X'3F3F3') = TLS DHE RSA WITH AES 128 CBC SHA
  • 259061 (X'3F3F5') = TLS RSA WITH AES 256 CBC SHA
  • 259062 (X'3F3F6') = TLS DH DSS WITH AES 256 CBC SHA
  • 259063 (X'3F3F7') = TLS DH RSA WITH AES 256 CBC SHA
  • 259064 (X'3F3F8') = TLS DHE DSS WITH AES 256 CBC SHA
  • 259065 (X'3F3F9') = TLS DHE RSA WITH AES 256 CBC SHA
  • 259312 (X'3F4F0') = TLS DHE DSS WITH AES 128 CBC SHA256
  • 259777 (X'3F6C1') = TLS DHE DSS WITH AES 256 CBC SHA256
  • 259778 (X'3F6C2') = TLS DHE RSA WITH AES 256 CBC SHA256
  • 259831 (X'3F6F7') = TLS DHE RSA WITH AES 128 CBC SHA256
  • 259832 (X'3F6F8') = TLS DH DSS WITH AES 256 CBC SHA256
  • 259833 (X'3F6F9') = TLS DH RSA WITH AES 256 CBC SHA256
  • 260547 (X'3F9C3') = TLS RSA WITH AES 128 GCM SHA256
  • 260548 (X'3F9C4') = TLS RSA WITH AES 256 GCM SHA384
  • 260549 (X'3F9C5') = TLS DHE RSA WITH AES 128 GCM SHA256
  • 260550 (X'3F9C6') = TLS DHE RSA WITH AES 256 GCM SHA384
  • 3287347393 (X'C3F0F0C1') = TLS ECDHE ECDSA WITH AES 256 CBC SHA
  • 3287347394 (X'C3F0F0C2') = TLS ECDH RSA WITH NULL SHA
  • 3287347395 (X'C3F0F0C3') = TLS ECDH RSA WITH RC4 128 SHA
  • 3287347396 (X'C3F0F0C4') = TLS ECDH RSA WITH 3DES EDE CBC SHA
  • 3287347397 (X'C3F0F0C5') = TLS ECDH RSA WITH AES 128 CBC SHA
  • 3287347398 (X'C3F0F0C6') = TLS ECDH RSA WITH AES 256 CBC SHA
  • 3287347441 (X'C3F0F0F1') = TLS ECDH ECDSA WITH NULL SHA
  • 3287347442 (X'C3F0F0F2') = TLS ECDH ECDSA WITH RC4 128 SHA
  • 3287347443 (X'C3F0F0F3') = TLS ECDH ECDSA WITH 3DES EDE CBC SHA
  • 3287347444 (X'C3F0F0F4') = TLS ECDH ECDSA WITH AES 128 CBC SHA
  • 3287347445 (X'C3F0F0F5') = TLS ECDH ECDSA WITH AES 256 CBC SHA
  • 3287347446 (X'C3F0F0F6') = TLS ECDHE ECDSA WITH NULL SHA
  • 3287347447 (X'C3F0F0F7') = TLS ECDHE ECDSA WITH RC4 128 SHA
  • 3287347448 (X'C3F0F0F8') = TLS ECDHE ECDSA WITH 3DES EDE CBC SHA
  • 3287347449 (X'C3F0F0F9') = TLS ECDHE ECDSA WITH AES 128 CBC SHA
  • 3287347696 (X'C3F0F1F0') = TLS ECDHE RSA WITH NULL SHA
  • 3287347697 (X'C3F0F1F1') = TLS ECDHE RSA WITH RC4 128 SHA
  • 3287347698 (X'C3F0F1F2') = TLS ECDHE RSA WITH 3DES EDE CBC SHA
  • 3287347699 (X'C3F0F1F3') = TLS ECDHE RSA WITH AES 128 CBC SHA
  • 3287347700 (X'C3F0F1F4') = TLS ECDHE RSA WITH AES 256 CBC SHA
  • 3287347905 (X'C3F0F2C1') = TLS ECDH RSA WITH AES 256 CBC SHA384
  • 3287347906 (X'C3F0F2C2') = TLS ECDHE ECDSA WITH AES 128 GCM SHA256
  • 3287347907 (X'C3F0F2C3') = TLS ECDHE ECDSA WITH AES 256 GCM SHA384
  • 3287347908 (X'C3F0F2C4') = TLS ECDH ECDSA WITH AES 128 GCM SHA256
  • 3287347909 (X'C3F0F2C5') = TLS ECDH ECDSA WITH AES 256 GCM SHA384
  • 3287347910 (X'C3F0F2C6') = TLS ECDHE RSA WITH AES 128 GCM SHA256
  • 3287347955 (X'C3F0F2F3') = TLS ECDHE ECDSA WITH AES 128 CBC SHA256
  • 3287347956 (X'C3F0F2F4') = TLS ECDHE ECDSA WITH AES 256 CBC SHA384
  • 3287347957 (X'C3F0F2F5') = TLS ECDH ECDSA WITH AES 128 CBC SHA256
  • 3287347958 (X'C3F0F2F6') = TLS ECDH ECDSA WITH AES 256 CBC SHA384
  • 3287347959 (X'C3F0F2F7') = TLS ECDHE RSA WITH AES 128 CBC SHA256
  • 3287347960 (X'C3F0F2F8') = TLS ECDHE RSA WITH AES 256 CBC SHA384
  • 3287347961 (X'C3F0F2F9') = TLS ECDH RSA WITH AES 128 CBC SHA256
  • 3287348208 (X'C3F0F3F0') = TLS ECDHE RSA WITH AES 256 GCM SHA384
  • 3287348209 (X'C3F0F3F1') = TLS ECDH RSA WITH AES 128 GCM SHA256
  • 3287348210 (X'C3F0F3F2') = TLS ECDH RSA WITH AES 256 GCM SHA384

Negotiated SSL Protocol The negotiated SSL protocol in use by the connection. This value is applicable only when AT-TLS Status has a value of 3 (Secure). A valid value is an integer. Values appear on the workspace as follows:

  • 0 = Unsecured
  • 512 = SSL Version 2
  • 768 = SSL Version 3
  • 769 = TLS Version 1
  • 770 = TLS Version 1.1
  • 771 = TLS Version 1.2
  • 772 = TLS Version 1.3

Open Type The type of open performed for this connection. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = Passive
  • 1 = Active

Origin Node The unique identifier for the TCP/IP stack being displayed. A valid value is a string of up to 32 characters.

Out of Order Segments The number of out-of-order segments received during the most recent time interval. A valid value is an integer.

Outbound Bytes Buffered The number of outgoing bytes buffered by this connection. A valid value is an integer.

Outbound Interface Name The name of the interface used to send the most recent segment. A valid value is a string of up to 16 characters.

Outbound Queued Data Time Stamp The time and date of the oldest queued data waiting to be sent. This time is displayed in the following format:

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

yy/mm/dd hh:mm:ss (3270)

Where:

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

This time is stored as a string no longer than 16 characters in the format CYYMMDDHHMMSSmmm (for example, 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

Partner User ID The user ID associated with the partner's certificate. This value is applicable only when AT-TLS Status has a value of 3 (Secure). A valid value is a string of up to 8 characters.

Percent Out of Order Segments The percentage of segments received that were out of order during the most recent time interval. A valid value is an integer.

Percent Segments Retransmitted The percentage of TCP segments that required retransmission over this connection. This value may exceed 100% when more segments are retransmitted than are successfully sent during the sampling interval. A valid value is an integer.

Receive Buffer Size The receive buffer size for the connection. A valid value is an integer.

Receive Byte Rate The number of bytes received, per minute, during the most recent time interval. A valid value is an integer.

Receive Segment Rate The number of segments received, per minute, during the most recent time interval. A valid value is an integer.

Registered Ancillary Inbound Queue An indicator of whether the TCP connection is registered with a TCP bulk data ancillary inbound queue. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = <blank>
  • 1 = Yes
  • 2 = No

Remote IP Address The remote IP address for this connection. A valid value is a string of up to 45 characters.

Remote Port The remote port for this connection. A valid value is an integer.

Remote Port (Deprecated.) The remote port for this connection. A valid value is an integer.

Remote Port String The remote port for this connection as a string. A valid value is a string of up to 5 characters.

Remote Window Size Frequency The number of times the remote window size was set to zero during the most recent time interval. A valid value is an integer.

Response Time The elapsed time (in tenths of a second) from when the segment was sent to when the acknowledgment was received. A valid value is a number to two decimal places accuracy.

Response Time Variance The statistical variation of round trip times since the connection was established. A valid value is a number to two decimal places accuracy.

Retransmission Rate The number of segments retransmitted, per minute, during the most recent time interval. A valid value is an integer.

Segment Rate The number of segments sent or received, per minute, during the most recent time interval. A valid value is an integer.

Segments Received The number of segments received during the most recent time interval. A valid value is an integer.

Segments Retransmitted The number of segments retransmitted over this connection during most recent time interval. A valid value is an integer.

Segments Sent The number of segments sent during the most recent time interval. A valid value is an integer.

Segments Sent or Received The number of segments sent and received during the most recent time interval. A valid value is an integer.

Send Buffer Size The send buffer size for the connection. A valid value is an integer.

Send Window Size The send window size for the connection. A valid value is an integer.

Server Resource ID The numeric identification of the server (that is, the listener connection) associated with this client connection. This value applies only to load-balancing servers that have bound to a port number for which SHAREPORT was specified on the PORT/PORTRANGE profile statement. This value is zero (0) for client connections to servers that are not load-balancing servers. A valid value is an integer, displayed as a hexadecimal string.

Slow Start Threshold The slow-start threshold for this connection. This value is used to determine whether the connection is recovering from congestion. If the congestion window is smaller than the slow-start threshold, the connection takes actions to more quickly recover from congestion. A valid value is an integer.

SSL Session Type The type of System SSL secure session defined in AT-TLS policy in use by the connection. These values are specified in AT-TLS policy configuration with the HandshakeRole and ClientAuthType parameters. This value is applicable only when AT-TLS Policy Status has a value of 4 (Enabled) or 5 (ApplicationControlled); otherwise, this value is 0 (SSL Not Applicable). A valid value is an integer. Values appear on the workspace as follows:

  • 0 = SSL Not Applicable
  • 1 = SSL Handshake Client
  • 2 = SSL Handshake Server
  • 3 = Client Cert Bypassed
  • 4 = Client Cert Full
  • 5 = Client Cert Reqd
  • 6 = Client Cert with UserID

Sysplex Cluster Connection Type The sysplex cluster connection types for this connection. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = <blank>
  • 1 = No Cluster
  • 2 = Same Cluster
  • 4 = Same Image
  • 8 = Internal Cluster

System ID The System Management Facility (SMF) system identifier for the z/OS system where the OMEGAMON for Networks on z/OS monitoring agent collected the data. A valid value is a string of up to 4 characters.

TCPIP STC Name The TCP/IP started task name. A valid value is a string of up to 8 characters.

Telnet Appl Name The VTAM® application name that Telnet uses. A valid value is a string of up to 8 characters.

Telnet LU Name The VTAM logical unit name that Telnet uses to communicate with a VTAM application on this host. A valid value is a string of up to 8 characters.

Telnet Session Type The type of open performed for this connection. A valid value is an integer. Values appear on the workspace as follows:

  • 0 = <blank>
  • 1 = Line Mode
  • 2 = TN3270 Mode
  • 4 = TN3270E Mode

Time Since Last Activity The time in seconds since the most recent activity on this connection. A valid value is a number to two decimal places accuracy.

TN3270 Client User ID The client user ID if the TCP connection is for a TN3270 or TN3270E session with an application whose access is restricted by a TN3270 profile RESTRICTAPPL parameter. This attribute is available only if the TN3270 client is in session with an application listed in a RESTRICTAPPL statement on the TN3270 server's profile. For more information about this parameter, see the IBM z/OS Communications Server IP Configuration Reference. A valid value is a string of up to 8 characters.

TN3270 Logmode Name The VTAM Logmode if the TCP connection is for a TN3270 or TN3270E session. A valid value is a string of up to 8 characters.

Total Bytes The total number of bytes sent and received since the connection started. A valid value is a long long integer.

Total Bytes (Deprecated.) The total number of bytes sent and received since the connection 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. A valid value is an integer.

Total Bytes (in GB) (Deprecated.) 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 (1 GB), 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. A valid value is an integer.

Total Bytes Received The total number of bytes received since the connection started. A valid value is a long long integer.

Total Bytes Received (Deprecated.) The total number of bytes received since the connection 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. A valid value is an integer.

Total Bytes Received (in GB) (Deprecated.) The number of inbound gigabytes 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. A valid value is an integer.

Total Bytes Sent The total number of bytes sent since the connection started. A valid value is a long long integer.

Total Bytes Sent (Deprecated.) The total number of bytes sent since the connection 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. A valid value is an integer.

Total Bytes Sent (in GB) (Deprecated.) 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. A valid value is an integer.

Total Out of Order Segments The total number of out-of-order segments received since the connection started. A valid value is an integer.

Total Segments The total number of segments sent or received since the connection started. A valid value is an integer.

Total Segments Received The total number of segments received since the connection started. A valid value is an integer.

Total Segments Retransmitted The total number of segments retransmitted over this connection since the connection started. A valid value is an integer.

Total Segments Sent The total number of segments sent since the connection started. A valid value is an integer.

Transmit Byte Rate The number of bytes sent, per minute, during the most recent time interval. A valid value is an integer.

Transmit Segment Rate The number of segments sent, per minute, during the most recent time interval. A valid value is an integer.