Performance data in group DFHWEBB

Descriptions of the performance data fields in the DFHWEBB group, including the numeric identifier, type, and size of each field.

224 (TYPE-A, 'WBREADCT', 4 BYTES)
The number of CICS® web support READ HTTPHEADER, READ FORMFIELD, and READ QUERYPARM requests issued by the user task.
225 (TYPE-A, 'WBWRITCT', 4 BYTES)
The number of CICS web support WRITE HTTPHEADER requests issued by the user task.
231 (TYPE-A, 'WBRCVCT', 4 BYTES)
The number of CICS web support RECEIVE requests issued by the user task.
232 (TYPE-A, 'WBCHRIN', 4 BYTES)
The number of bytes received by the CICS web support RECEIVE requests issued by the user task.
233 (TYPE-A, 'WBSENDCT', 4 BYTES)
The number of CICS web support SEND requests issued by the user task.
234 (TYPE-A, 'WBCHROUT', 4 BYTES)
The number of bytes sent by the CICS web support SEND requests issued by the user task.
235 (TYPE-A, 'WBTOTCT', 4 BYTES)
The total number of CICS web support requests issued by the user task.
236 (TYPE-A, 'WBREPRCT', 4 BYTES)
The number of reads from the repository in temporary storage issued by the user task.
237 (TYPE-A, 'WBREPWCT', 4 BYTES)
The number of writes to the repository in temporary storage issued by the user task.
238 (TYPE-A, 'WBEXTRCT', 4 BYTES)
The number of CICS web support EXTRACT requests issued by the user task.
239 (TYPE-A, 'WBBRWCT', 4 BYTES)
The number of CICS web support browsing requests for HTTPHEADER, FORMFIELD, and QUERYPARM (STARTBROWSE, READNEXT, and ENDBROWSE) issued by the user task.
331 (TYPE-A, 'WBREDOCT', 4 BYTES)
The number of CICS web support READ HTTPHEADER requests issued by the user task when CICS is an HTTP client.
332 (TYPE-A, 'WBWRTOCT', 4 BYTES)
The number of CICS web support WRITE HTTPHEADER requests issued by the user task when CICS is an HTTP client.
333 (TYPE-A, 'WBRCVIN1', 4 BYTES)
The number of CICS web support RECEIVE and CONVERSE requests issued by the user task when CICS is an HTTP client.
334 (TYPE-A, 'WBCHRIN1', 4 BYTES)
The number of bytes received by the CICS web support RECEIVE and CONVERSE requests issued by the user task when CICS is an HTTP client. This number includes the HTTP headers for the response.
335 (TYPE-A, 'WBSNDOU1', 4 BYTES)
The number of CICS web support SEND and CONVERSE requests issued by the user task when CICS is an HTTP client.
336 (TYPE-A, 'WBCHROU1', 4 BYTES)
The number of bytes sent by the CICS web support SEND and CONVERSE requests issued by the user task when CICS is an HTTP client. This number includes the HTTP headers for the request.
Note: When requests are made using the WEB CONVERSE command, the requests increment both the Send and Receive request counts (WBSNDOU1 and WBRCVIN1) and the counts of characters sent and received (WBCHRIN1 and WBCHROU1).
337 (TYPE-A, 'WBPARSCT', 4 BYTES)
The number of CICS web support PARSE URL requests issued by the user task.
338 (TYPE-A, 'WBBRWOCT', 4 BYTES)
The number of CICS web support BROWSE HTTPHEADER requests (STARTBROWSE, READNEXT, and ENDBROWSE) issued by the user task when CICS is an HTTP client.
340 (TYPE-A, 'WBIWBSCT', 4 BYTES)
The number of EXEC CICS INVOKE SERVICE and EXEC CICS INVOKE WEBSERVICE requests issued by the user task.
341 (TYPE-A, 'WBREPRDL', 4 BYTES)
The total length, in bytes, of the data read from the repository in temporary storage by the user task.
342 (TYPE-A, 'WBREPWDL', 4 BYTES)
The total length, in bytes, of the data written to the repository in temporary storage by the user task.
380 (TYPE-C, 'WBURIMNM', 8 BYTES)
For CICS web support, Atom feeds, and web service applications, the name of the URIMAP resource definition that was mapped to the URI of the inbound request that was processed by this task.
381 (TYPE-C, 'WBPIPLNM', 8 BYTES)
For web service applications, the name of the PIPELINE resource definition that was used to provide information about the message handlers that act on the service request processed by this task.
382 (TYPE-C, 'WBATMSNM', 8 BYTES)
For Atom feeds, the name of the ATOMSERVICE resource definition that was used to process this task.
383 (TYPE-C, 'WBSVCENM', 32 BYTES)
For web service applications, the name of the WEBSERVICE resource definition that was used to process this task.
384 (TYPE-C, 'WBSVOPNM', 64 BYTES)
For web service applications, the first 64 bytes of the web service operation name.
385 (TYPE-C, 'WBPROGNM', 8 BYTES)
For CICS web support, the name of the program from the URIMAP resource definition that was used to provide the application-generated response to the HTTP request processed by this task.
386 (TYPE-A, 'WBSFCRCT', 4 BYTES)
The number of EXEC CICS SOAPFAULT CREATE commands issued by the user task.
387 (TYPE-A, 'WBSFTOCT', 4 BYTES)
The total number of EXEC CICS SOAPFAULT ADD, CREATE, and DELETE commands issued by the user task.
388 (TYPE-A, 'WBISSFCT', 4 BYTES)
The total number of SOAP faults received in response to the EXEC CICS INVOKE SERVICE and EXEC CICS INVOKE WEBSERVICE commands issued by the user task.
390 (TYPE-A, 'WBSREQBL', 4 BYTES)
For web service applications, the SOAP request body length.
392 (TYPE-A, 'WBSRSPBL', 4 BYTES)
For web service applications, the SOAP response body length.
412 (TYPE-A, 'MLXSSTDL', 4 BYTES)
The total length of the documents that were parsed using the z/OS XML System Services parser.
413 (TYPE-A, 'MLXMLTCT', 4 BYTES)
The number of EXEC CICS TRANSFORM commands issued by the user task.
420 (TYPE-A, 'WSACBLCT', 4 BYTES)
The number of EXEC CICS WSACONTEXT BUILD commands issued by the user task.
421 (TYPE-A, 'WSACGTCT', 4 BYTES)
The number of EXEC CICS WSACONTEXT GET commands issued by the user task.
422 (TYPE-A, 'WSAEPCCT', 4 BYTES)
The number of EXEC CICS WSAEPR CREATE commands issued by the user task.
423 (TYPE-A, 'WSATOTCT', 4 BYTES)
The total number of EXEC CICS WS-Addressing commands issued by the user task.
424 (TYPE-A, 'WBJSNRQL', 4 BYTES)
For JSON web service applications, the JSON message request length.
425 (TYPE-A, 'WBJSNRPL', 4 BYTES)
For JSON web service applications, the JSON message response length.

Monitoring fields for URIMAP usage types

Table 1 shows which fields in the DFHWEBB group apply to each kind of service provided by URIMAP resource definitions, as determined by the USAGE attribute and other attributes of the URIMAP resource definition.

Table 1. Monitoring fields for URIMAP usage types
Field id USAGE (PIPELINE): web service USAGE (ATOM): Atom feed USAGE (SERVER): CICS web support dynamic response (with program) USAGE (SERVER): CICS web support static response (with zFS file or document template) USAGE (CLIENT)
380 WBURIMNM URIMAP resource definition name URIMAP resource definition name URIMAP resource definition name URIMAP resource definition name null
381 WBPIPLNM PIPELINE resource definition name null null null null
382 WBATMSNM null ATOMSERVICE resource definition name null null null
383 WBSVCENM WEBSERVICE resource definition name null null null null
384 WBSVOPNM WEBSERVICE operation name null null null null
385 WBPROGNM null null PROGRAM resource definition name null null