URIMAP definitions: Global statistics
You can retrieve URIMAP definition global statistics by using the EXEC CICS EXTRACT STATISTICS URIMAP system command. They are mapped by the DFHWBGDS DSECT.
| DFHSTUP name | Field name | Description |
|---|---|---|
| URIMAP reference count | WBG_URIMAP_REFERENCE_COUNT |
Number of times a search for a matching URIMAP definition was made. Reset characteristic: reset to zero |
| Entry point reference count | WBG_URIMAP_ENTRYPOINT_REF | Number of times a search for a matching URIMAP definition that is defined as
an application entry point was made. Reset characteristic: reset to zero |
| Disabled | WBG_URIMAP_MATCH_DISABLED |
Number of times a URIMAP definition with a matching host and path was found, but the URIMAP definition was disabled. Reset characteristic: reset to zero
|
| Host/Path no match count | WBG_URIMAP_NO_MATCH_COUNT | Number of times a search for a matching URIMAP definition was made, but no
URIMAP definition with a matching host and path was found. Reset characteristic: reset to zero
|
| Host/Path match count | WBG_URIMAP_MATCH_COUNT |
Number of times a search for a matching URIMAP definition was made, and a URIMAP definition with a matching host and path was found. Reset characteristic: reset to zero
|
| Redirected | WBG_URIMAP_MATCH_REDIRECT |
Number of times a URIMAP definition with a matching host and path was found, and the request was redirected. Reset characteristic: reset to zero
|
| Analyzer used | WBG_URIMAP_MATCH_ANALYZER |
Number of times a URIMAP definition with a matching host and path was found, and the analyzer program associated with the TCPIPSERVICE definition was called. Reset characteristic: reset to zero
|
| Static content delivered | WBG_URIMAP_STATIC_CONTENT |
Number of times a URIMAP definition with a matching host and path was found, and static content (document template or zFS file) was delivered as a response. Reset characteristic: reset to zero
|
| Dynamic content delivered | WBG_URIMAP_DYNAMIC_CONTENT |
Number of times a URIMAP definition with a matching host and path was found, and dynamic content (produced by an application program) was delivered as a response. Reset characteristic: reset to zero
|
| PIPELINE requests | WBG_URIMAP_PIPELINE_REQS |
Number of times a URIMAP definition with a matching host and path was found, and the request was handled by a web service. Reset characteristic: reset to zero
|
| ATOMSERVICE requests | WBG_URIMAP_ATOMSERV_REQS |
Number of times a URIMAP definition with a matching host and path was found, and the request was handled by a Atom service. Reset characteristic: reset to zero
|
| Scheme (HTTP) requests | WBG_URIMAP_SCHEME_HTTP |
Number of times a URIMAP definition with a matching host and path was found, and the scheme was HTTP. Reset characteristic: reset to zero
|
| Scheme (HTTPS) requests | WBG_URIMAP_SCHEME_HTTPS |
Number of times a URIMAP definition with a matching host and path was found, and the scheme was HTTPS (HTTP with SSL). Reset characteristic: reset to zero
|
| Virtual host disabled count | WBG_HOST_DISABLED_COUNT |
Number of times a URIMAP definition with a matching host and path was found, but the virtual host was disabled. Reset characteristic: reset to zero
|
| Direct attach count | WBG_URIMAP_DIRECT_ATTACH |
Number of requests that are processed by directly attached user task. Reset characteristic: reset to zero
|