Using An Xstout Global User Exit Program To Filter Statistics Records - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

The TS data sharing statistics use no symbolic names, but relate to the STID
values as follows:
STID
STID
Symbolic Value Copy book
name
-
121
DFHXQS1D
-
122
DFHXQS2D
-
123
DFHXQS3D
Figure 125. TS data sharing statistics related to STID
The coupling facility data table server statistics use no symbolic names, but relate
to the STID values as follows:
STID
STID
Symbolic Value Copy book
name
-
126
DFHCFS6D
-
127
DFHCFS7D
-
128
DFHCFS8D
-
129
DFHCFS9D
Figure 126. Coupling facility data table server statistics related to STID
The named sequence number server statistics use no symbolic names, but relate to
the STID values as follows:
STID
STID
Symbolic Value Copy book
name
-
124
DFHNCS4D
-
125
DFHNCS5D
Figure 127. Named sequence server statistics related to STID

Using an XSTOUT global user exit program to filter statistics records

There is one global user exit point (XSTOUT) in the CICS statistics domain. The
exit is invoked before the contents of a statistics data buffer are written to SMF. At
this exit, the following information is available:
v The address of the statistics buffer
v The length of the statistics buffer
v The address of the statistics type.
This applies to all five types of statistics: interval, end-of-day, requested, requested
reset, and unsolicited statistics.
If you write a global user exit program to be invoked at this exit, you can examine
this information and tell CICS either to write the contents of the buffer to SMF or to
suppress its output.
For more information about global user exits in general, and about the statistics exit
in particular, refer to Chapter 1, "Global user exit programs," on page 3.
776
Customization Guide
Type of record
TS server list structure stats id
TS buffer stats id
TS storage stats id
Type of record
CFDT server list stats
CFDT buffer stats id
CFDT request stats id
CFDT storage stats id
Type of record
NC server list structure stats id
NC server storage stats id

Advertisement

Table of Contents
loading

Table of Contents