Figure 76 shows the format of the DFHRPL Analysis Report. This report is produced using a combination of the EXEC CICS® INQUIRE PROGRAM and EXEC CICS COLLECT STATISTICS PROGRAM commands. The statistics data was mapped by the DFHLDRDS DSECT. The field headings and contents are described in Table 200.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 45
DFHRPL Analysis
RPL Average
Offset Programs Times Used Fetches Fetch Time Newcopies Removes
0 1 2 1 00:00:00.02214 0 0
1 2 6 1 00:00:00.00422 0 0
2 52 558 4 00:00:00.03283 0 0
3 3 4 0 0 0
4 0 0 0 0 0
5 0 0 0 0 0
6 9 13 9 00:00:00.02073 0 0
7 0 0 0 0 0
8 1 0 0 0 0
9 9 0 0 0 0
Totals 77 583 15 0 0
Field Heading | Description |
---|---|
RPL Offset | The offset into the DFHRPL DD program library concatenation. |
Programs | The current number of programs, maps, and partitionsets defined to CICS and located in this concatenation of the DFHRPL DD program library. |
Times Used | The number of times CICS tasks within
the system have issued load requests to the loader domain to obtain access
to a usable instance of this program that have fetched from this concatenation
of the DFHRPL DD program library.
Source field: LDRTU |
Fetches | The number of times programs were fetched
from this concatenation of the DFHRPL DD program library.
Source field: LDRFC |
Average Fetch Time | The average fetch time for programs fetched
from this concatenation of the DFHRPL DD program library.
Source field: (LDRFT / LDRFC) |
Newcopies | The number of times programs were newcopied
which have been fetched from this concatenation of the DFHRPL DD program library.
Source field: LDRTN |
Removes | The number of times programs were removed
from CICS managed storage due to the actions of the Dynamic Program Storage
Compression (DPSC) mechanism which had been fetched from this concatenation
of the DFHRPL DD program library.
Source field: LDRRPC |