Monitoring web services
The web services feature collects data for specific web services accessed by the task. MainView for CICS collects data for the following web services and categorizes the services as either an Invoked Web Service (Ink_Srvc) or a Web Session (Web_Sess) service:
Service type | Web service |
---|---|
Ink_Srvc | EXEC CICS INVOKE WEBSERVICE |
Web_Sess: | WEB CLOSE WEB CONVERSE WEB OPEN WEB RECEIVE WEB SEND |
MainView for CICS assigns a pseudo-resource name for each web service using the format WBSVRCnn, where nn is a number from 1 through 32.
- For the Ink_Srvc resource type and the EXEC CICS parameters. MainView for CICS attempts to determine the URIMAP resource name associated with the service request and constructs a Web Service URI value. For each WBSVRCnn resource, the total elapsed time and service count is accumulated.
- For the Web_Sess resource type, the elapsed time and count include the CLOSE, CONVERSE, OPEN, RECEIVE, and SEND web services. The collected data is maintained in the same resource entries in CMRDETL that are used for other task resource types and id limited by the MAXFILE parameter.
The less-than sign (<) identifies the web services entries.
The following views display Web Services information for an active task:
View name | Description |
---|---|
CTASKDIO | Displays the number of web services and the total service count, total elapsed time, and average elapsed time. |
TASKWSB | Displays in tabular form the count and timing information for each WBSRVCnn web services. |
TASKWBSD | Displays detail service count and timing information for a single WBSRVCnn web services. |
TASKWBSQ | Displays Quick Menu for single WBSRVCnn web service. |
TASKWBSZ | Displays in summary form the count and timing information the web services grouped by URIMAP Usage. |
The following views display Web Services task history information:
View name | Description |
---|---|
CHISTDIO | Displays the number of web services and the total service count, total elapsed time, and average elapsed time. |
CHWSB | Displays in tabular form the count and timing information for each WBSRVCnn web services. |
CHWBSC | Displays detail service count and timing information for a single WBSRVCnn web services. |
CHWBSD | Displays detail service count and timing information for a single WBSRVCnn web services. |
CHWBSQ | Displays Quick Menu for single WBSRVCnn web service. |
CHWBSZ | Displays in summary form the count and timing information the web services grouped by URIMAP Usage. |
CHISTDW1-5 | Each of the five views displays detail service count, elapsed time, and average elapsed time for a single WBSRVCnn web service. A separate view is defined for each of the first five resource segments of a task history record. |
For more information about these and other web services views, see Using-MainView-for-CICS-online-services.
This section contains the following topic:
Related topic