TCP/IP services: Summary resource statistics
A summary listing of resource statistics is available for a TCPIPSERVICE resource. Summary statistics are not available online.
| DFHSTUP name | Description |
|---|---|
| TCPIPSERVICE Name | The name of the TCPIPSERVICE resource. |
| TCPIPSERVICE Protocol | The protocol defined for this TCPIPSERVICE resource. This can be ECI, HTTP, IPIC, USER, or blank (which means HTTP). |
| TCPIPSERVICE Port | The port number being used for this TCPIPSERVICE resource. |
| TCPIPSERVICE Host | The hostname, IPv4 or IPv6 address of the remote system. |
| TCPIPSERVICE IP Family | The address format of the address returned in IP Address. |
| TCPIPSERVICE IP Address | The IPv4 or IPv6 resolved address of the host. |
| TCPIPSERVICE Transaction ID | The ID of the CICS® transaction attached to process new requests received for this service. |
| TCPIPSERVICE Backlog Setting | The port backlog defined for this TCP/IP service. |
| TCPIPSERVICE URM | The name of a user-replaceable program to be called by this service. |
| TCPIPSERVICE OPTIONSPGM | The name of the HTTP OPTIONS handler program used for this service. |
| TCPIPSERVICE Maxdata | The maximum length of data that can be received on this TCP/IP service. |
| TCPIPSERVICE SSL Type | The level of SSL support defined for this TCP/IP service. |
| TCPIPSERVICE Authenticate | The authentication and identification scheme specified for this TCP/IP service. |
| TCPIPSERVICE Privacy | The level of SSL encryption support that applies to this TCP/IP service. |
| TCPIPSERVICE Attachsec | The level of attach-time security required for this TCP/IP service. |
| Peak Connections | The peak number of connections for the TCP/IP service. |
| Transactions Attached | The total number of transactions attached for the TCP/IP service. |
| Total Connections | The total number of connections made for the TCP/IP service. |
| Send requests | The total number of send requests issued for the TCP/IP service. |
| Total Bytes Sent | The total number of bytes sent for the TCP/IP service. |
| Receive requests | The total number of receive requests issued for the TCP/IP service. |
| Total Bytes Received | The number of bytes received for the TCP/IP service. |
| Requests processed | The number of requests processed by the TCP/IP service. |
| Maximum Persistent Connections | The maximum number of persistent connections from web clients that the CICS region accepts at any one time. |
| Non-Persistent Connections | The number of connections where CICS did not allow the web client to have a persistent connection. |
| Non-persistent at MAXPERSIST | The number of times a new persistent connection was made non-persistent because MAXPERSIST was reached. |
| Disconnected after maximum uses | The number of times a persistent HTTP connection was disconnected because its number of uses had exceeded the limit. |
| Non-persistent at task limit | The number of times a new persistent HTTP connection was made non-persistent because the number of tasks in the region has exceeded the limit. |
| Disconnected at task limit | The number of times an existing persistent HTTP connection was closed because the number of tasks in the region has exceeded the limit. |
| Peak backlog queue depth | The peak number of connection requests that has been recorded waiting in the backlog queue, summed over all appropriate stacks if the TCP/IP service is listening on multiple stacks. |
| Connections dropped | The total number of connections that were dropped because the backlog queue was full. |
| Time connection last dropped | The time that a connection was last rejected because the backlog queue of the TCP/IP service was full. |