Start of change

Interpreting Web and TCP/IP statistics

The following CICS® statistics provide information about CICS Web support, Web services and TCP/IP:

TCP/IP statistics
TCP/IP support is the basis for CICS Web support and Web services in CICS. Each port on which TCP/IP requests can be received is defined by a TCPIPSERVICE resource definition. The statistics include global statistics and statistics for each TCPIPSERVICE definition.
URIMAP definition statistics
URIMAP resource definitions match the URIs of HTTP or Web service requests, and provide information on how to process the requests. The statistics include global statistics and statistics for each URIMAP definition.
Virtual host statistics
Virtual hosting takes place where a single HTTP server represents multiple hosts at the same IP address. The different hosts are identified by a host name. CICS automatically creates virtual hosts based on the host names that you specify in your URIMAP definitions. A DFH0STAT report lists each virtual host and its status.
Web services statistics
Web services support in CICS enables CICS applications to act in the role of both Web service provider and Web service requester, where the services are defined using Web Services Description Language (WSDL). WEBSERVICE resource definitions are used to define aspects of the run time environment for CICS application programs deployed in a Web services setting. Statistics are provided for each WEBSERVICE resource definition, and a total use count for all WEBSERVICE definitions is also available.
PIPELINE definition statistics
PIPELINE resource definitions are used in Web services support when a CICS application is in the role of a Web service provider or requester. They provide information about the message handler programs that act on a service request and on the response. Statistics are provided for each PIPELINE resource definition, and a total use count for all PIPELINE definitions is also available.
Document template statistics
Document templates are used in CICS Web support to produce the body of HTTP messages. They can be specified in a URIMAP definition to provide a static response to a Web client's request, or they can be used by an application program to make an HTTP request or response. A DFH0STAT report lists each document template that is defined in the CICS region, and gives information about its source.

Related reference
Back to full list of statistics
Interpreting CICS statistics
Full listing and DFHSTUP reports for these statistics
TCP/IP global and TCP/IP Service statistics
URIMAP definition statistics
Web service statistics
PIPELINE definition statistics

DFH0STAT reports for these statistics
TCP/IP Report
TCP/IP Services Report
URIMAPs Global Report
URIMAPs Report
Virtual Hosts Report
Web Services Report
PIPELINEs Report
Document Templates Report
End of change [[ Contents Previous Page | Next Page Index ]]