Web service (all) statistics
The statistics listed here belong to the web service (all) resource group.
ID | Description | Default value | Data type |
---|---|---|---|
WS_SCOUNT | The number of web services defined in the configuration file. | 0 | Integer |
WS_SLIST | The list of all web services defined in the configuration file. | <empty string> | String |
WS_SMAXHTTP | The maximum number of HTTP client threads for processing web service requests. | 0 | Integer |
WS_IALLREQ | The number of web service requests that have been processed. Successful and failed requests are included. | 0 | Integer |
WS_LALLREQ | The number of web service requests that have been processed. Successful and failed requests are included. | 0 | Integer |
WS_IAVRESP | The average time in milliseconds for web services to respond to requests from remote clients. Successful and failed requests are included. This value is inclusive of the CICS response time, as provided by the corresponding CS_LAVRESP statistic. | 0 | Integer |
WS_LAVRESP | The average time in milliseconds for web services to respond to requests from remote clients. Successful and failed requests are included. This value is inclusive of the CICS response time, as provided by the corresponding CS_LAVRESP statistic. | 0 | Integer |
WS_IREQDATA | The amount of application request data (in bytes) received from clients of all web services. | 0 | Integer |
WS_LREQDATA | The amount of application request data (in bytes) received from clients of all web services. | 0 | Integer |
WS_IRESPDATA | The amount of application response data (in bytes) returned to clients of all web services. | 0 | Integer |
WS_LRESPDATA | The amount of application response data (in bytes) returned to clients of all web services. | 0 | Integer |
WS_IREQHI | The peak number of concurrent web service requests that have been in flight at the same time. | 0 | Integer |
WS_LREQHI | The peak number of concurrent web service requests that have been in flight at the same time. | 0 | Integer |
WS_CREQ | The current number of inflight web service requests. These requests might or might not be active in CICS; however, they represent one mirror transaction, which might be in a suspended state. | 0 | Integer |
WS_CWAITING | The current number of web service requests waiting for a worker thread to become available. | 0 | Integer |