Cics Statistics Data Section - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

CICS statistics data section

The format of the CICS statistics data section is shown in Figure 122.
If the data records are incomplete, the flag field SMFSTICD is set to 'YES'. In this
SMF Header
Statistics
Statistics
Record 1
Record 2
Figure 122. Format of the statistics data section
case, the statistics data section is not present.
For complete data records, the statistics data section is made up of one or more
statistics data records. There are different formats of data records. Each has a
common format for the first 5 bytes. These 5 bytes are described in the extract from
copy book DFHSTIDS in Figure 123.
DFHSTIDS DSECT
*
DS
0F
STILEN
DS
H
STID
DS
AL2
STIVERS DS
CL1
Figure 123. Extract from copy book DFHSTIDS
STILEN
STID
3. Fields SMFSTINT and SMFSTINO are only relevant if SMFSTRQT is
'INT'. Otherwise both values should be ignored.
4. For TS data sharing, the record subtype is X'0003' and certain fields are
not set or are used in a different way. SMFSTPRN and SMFSTSPN
contain the server prefix (DFHXQ) and the pool name.
5. For coupling facility data table (CFDT) servers, the record subtype is
X'0004' and certain fields are not set or are used in a different way.
SMFSTPRN and SMFSTSPN contain the server prefix (DFHCF) and the
coupling facility data table pool name.
6. For named counter sequence number servers, the record subtype is
X'0005' and certain fields are not set or are used in a different way.
SMFSTPRN and SMFSTSPN contain the server prefix (DFHNC) and the
pool name.
SMF Product Section
Statistics
Statistics
Record 3
Record 4
Statistics record header
Fullword alignment
Length of the record
Statistics identifier
Statistics record version
is the length of the data record.
identifies which type of statistics record you have (see Figure 124 on page 775).
You can use the STID symbolic name or value to determine which copy book to
use when processing the statistics data records. For details about the
relationship between the STID name or value and the copy book, see
Statistics Data Section
Statistics
Record n
Chapter 29. Writing statistics collection and analysis programs
773

Advertisement

Table of Contents
loading

Table of Contents