WBRDS - Web Domain (URIMAP) Statistics

    CONTROL BLOCK NAME = DFHWBRDS
    NAME OF MATCHING PLS CONTROL BLOCK = DFHWBRPS
    DESCRIPTIVE NAME = CICS TS Web Domain (Urimap) Statistics
           Licensed Materials - Property of IBM
            Restricted Materials of IBM 
           5655-Y04
           (C) Copyright IBM Corp. 2004, 2013 
    FUNCTION =
           This data area contains the web urimap statistics
           provided by the Web Domain.
           It is provided for use in users monitoring applications
           to map the statistics returned via the API or the
           statistics global user exit.
           There is a single instance of this data block.
    LIFETIME =
           This data block is created by the Web Domain to store
           statistics to be passed to the user in response to a
           for urimap statistics. The storage is released when the
           user task is detached.
           The DSECT also maps the contents of part of the SMF buffer
           created by the statistics domain and is used in the
           statistics exit.
    STORAGE CLASS =
    LOCATION =
           The user is passed a pointer to the head of the storage
           block.
    INNER CONTROL BLOCKS = None
    NOTES :
       DEPENDENCIES = S/370
       RESTRICTIONS = None
       MODULE TYPE = Control block definition
   ---------------------------------------------------------------------
    ALTHOUGH PROVIDED IN A GENERAL INTERFACE LIBRARY DFHWBRDS IS
    NOT TO BE USED AS A GENERAL PROGRAMMING INTERFACE. REFER TO
    PRODUCT DOCUMENTATION TO DETERMINE INTENDED USAGE.
Table 1.
Offset Hex Type Len Name (Dim) Description
(0) STRUCTURE 0 DFHWBRDS Web Urimap Resid stats record
(0) HALFWORD 2 WBRDS_LEN Web Urimap stats record length
(2) ADDRESS 2 WBRDS_ID Web Urimap stats id
(4) CHARACTER 1 WBRDS_VERS Web Urimap stats version
(5) CHARACTER 3   Reserved
(8) CHARACTER 8 WBR_URIMAP_NAME Urimap name
(10) BITSTRING 1 WBR_URIMAP_USAGE Urimap usage
(11) BITSTRING 1 WBR_URIMAP_SCHEME Urimap scheme
(12) BITSTRING 1 WBR_URIMAP_ANALYZER_ USE Urimap analyzer program use
(13) BITSTRING 1 WBR_URIMAP_REDIRECT_ TYPE Urimap redirection type
(14) BITSTRING 1 WBR_URIMAP_ AUTHENTICATE Urimap authenticate
(15) BITSTRING 2   Reserved
(17) BITSTRING 1 WBR_URIMAP_ENTRYPOINT Urimap app entry point
(18) BITSTRING 116 WBR_URIMAP_HOSTNAME Urimap hostname
(8C) FULLWORD 4 WBR_URIMAP_PORT Urimap port
(90) BITSTRING 255 WBR_URIMAP_PATH Urimap path
(18F) BITSTRING 1   Reserved
(190) BITSTRING 48 WBR_URIMAP_ TEMPLATENAME Urimap templatename
(1C0) BITSTRING 255 WBR_URIMAP_HFSFILE Urimap hfsfile
(2BF) BITSTRING 1   Reserved
(2C0) BITSTRING 255 WBR_URIMAP_LOCATION Urimap location
(3BF) BITSTRING 1   Reserved
(3C0) BITSTRING 4   Reserved
(3C4) CHARACTER 4 WBR_URIMAP_TRANS_ID Urimap transaction id
(3C8) CHARACTER 8 WBR_URIMAP_ TCPIPSERVICE Urimap tcpipservice name
(3D0) CHARACTER 8 WBR_URIMAP_CONVERTER Urimap converter name
(3D8) CHARACTER 8 WBR_URIMAP_PROGRAM_ NAME Urimap program name
(3E0) CHARACTER 32 WBR_URIMAP_WEBSERVICE Urimap webservice name
(400) CHARACTER 8 WBR_URIMAP_PIPELINE Urimap pipeline name
(408) CHARACTER 8 WBR_URIMAP_ ATOMSERVICE Urimap atomservice name
(410) FULLWORD 4 WBR_URIMAP_ REFERENCE_COUNT Urimap reference count
(414) FULLWORD 4 WBR_URIMAP_MATCH_ DISABLED Urimap host/path match disabled
(418) FULLWORD 4 WBR_URIMAP_MATCH_ REDIRECT Urimap host/path match redirect
(41C) BITSTRING 4   Reserved
(420) FULLWORD 4 WBR_URIMAP_ SOCKETCLOSE Timeout value
(424) FULLWORD 4 WBR_URIMAP_ SOCKPOOLSIZE Curr no. in pool
(428) FULLWORD 4 WBR_URIMAP_ SOCKPOOLSIZE_PEAK Peak in pool
(42C) FULLWORD 4 WBR_URIMAP_SOCKETS_ RECLAIMED Reclaimed from the pool
(430) FULLWORD 4 WBR_URIMAP_SOCKETS_ TIMEDOUT Timedout while in pool
(434) BITSTRING 12   Reserved
(440) CHARACTER 39 WBR_URIMAP_IP_ADDRESS Urimap IP Address
(467) CHARACTER 1 WBR_URIMAP_IP_FAMILY Urimap IP Family
(468) BITSTRING 16   Reserved
(478) CHARACTER 8 WBR_URIMAP_DEFINE_ SOURCE Group installed from
(480) BITSTRING 8 WBR_URIMAP_CHANGE_ TIME Change/create time
(488) CHARACTER 8 WBR_URIMAP_CHANGE_ USERID Change userid
(490) BITSTRING 2 WBR_URIMAP_CHANGE_ AGENT Change agent
(492) BITSTRING 2 WBR_URIMAP_INSTALL_ AGENT Install agent
(494) BITSTRING 8 WBR_URIMAP_INSTALL_ TIME Install/Create time
(49C) CHARACTER 8 WBR_URIMAP_INSTALL_ USERID Install userid
(49C) 0 WBRDS_END "*"
(49C) 0 WBRDS_LENGTH "*-WBRDS_LEN" Web Urimap record length
  Constants that denote a WB urimap stats record
(49C) .11. 1...   WBRIDR "104" Web Urimap resid stats id
(49C) .... ...1   WBR_VERS "X'01'" Record version number
(49C) .... ...1   WBR_USAGE_SERVER "X'01'" Urimap usage - Server
(49C) .... ..1.   WBR_USAGE_CLIENT "X'02'" Urimap usage - Client
(49C) .... ..11   WBR_USAGE_PIPELINE "X'03'" Urimap usage - Pipeline
(49C) .... .1..   WBR_USAGE_ATOM "X'04'" Urimap usage - Atom
(49C) .... .1.1   WBR_USAGE_JVMSERVER "X'05'" Urimap usage - JVMServer
(49C) .... ...1   WBR_SCHEME_HTTP "X'01'" Urimap scheme - HTTP
(49C) .... ..1.   WBR_SCHEME_HTTPS "X'02'" Urimap scheme - HTTPS
(49C) .... ...1   WBR_ANALYZER_NO "X'01'" Urimap Analyzer use - No
(49C) .... ..1.   WBR_ANALYZER_YES "X'02'" Urimap Analyzer use - Yes
(49C) .... ...1   WBR_REDIRECTION_NONE "X'01'" Urimap Redirection type - None
(49C) .... ..1.   WBR_REDIRECTION_TEMP "X'02'" Urimap Redirection type - Temporary
(49C) .... ..11   WBR_REDIRECTION_PERM "X'03'" Urimap Redirection type - Permanent
(49C) .... ....   WBR_AUTHENTICATE_NONE "X'00'" Urimap Authenticate - None
(49C) .... ...1   WBR_AUTHENTICATE_ BASIC "X'01'" Urimap Authenticate - Basic
(49C) .... ...1   WBR_ENTRYPOINT_NO "X'01'" Urimap App entry point - No
(49C) .... ..1.   WBR_ENTRYPOINT_YES "X'02'" Urimap App entry point - Yes
(49C) .... ....   WBR_IP_FAMILY_UNKNOWN "X'00'" Urimap IP family = Unknown
(49C) .... ...1   WBR_IP_FAMILY_IPV4 "X'01'" Urimap IP family = IPv4
(49C) .... ..1.   WBR_IP_FAMILY_IPV6 "X'02'" Urimap IP family = IPv6 Change Agents
(49C) .... ...1   WBR_CSDAPI_CHANGE "0001" CSD API
(49C) .... ..1.   WBR_CSDBATCH_CHANGE "0002" DFHCSDUP
(49C) .... ..11   WBR_DREPAPI_CHANGE "0003" DREP API
(49C) .... .1..   WBR_CREATE_CHANGE "0004" EXEC CREATE SPI
(49C) .... 1...   WBR_DYNAMIC_CHANGE "0008" DYNAMIC Install Agents
(49C) .... ...1   WBR_CSDAPI_INSTALL "0001" CSD API
(49C) .... .1..   WBR_CREATE_INSTALL "0004" EXEC CREATE SPI
(49C) .... .1.1   WBR_GRPLIST_INSTALL "0005" GRPLIST
(49C) .... 1...   WBR_DYNAMIC_INSTALL "0008" DYNAMIC
(49C) .... 1..1   WBR_BUNDLE_INSTALL "0009" BUNDLE