pdobils (Display SQL object buffer statistics)

Function

The pdobils command displays statistical information about the SQL objects stored in the SQL object buffer. This information enables you to identify SQL objects that take a long time to process or that are input and output frequently; you can also obtain the object reuse status of SQL objects.

Executor

HiRDB administrator

Format

 pdobils [-s server-name] [-r]

Operands

Specifies the name of a server (single server or front-end server) whose information is to be displayed or whose statistical information counters are to be initialized.

Specifies that the statistical information counters are to be initialized. For example, this option is specified when overflow occurs in statistical information counters.*

For details about the items for which counters are initialized, see Output format.

* When an SQL object is reused many times, its counter in the SQL object buffer may overflow. When a counter overflows, * is displayed for the corresponding item in the statistical information.

Rules

  1. The pdobils command can be executed only when HiRDB is running.
  2. The pdobils command can be executed at any server machine.

Notes

  1. The execution results of the pdobils command can be confirmed from the return code after the command has executed. Return code 0 indicates normal termination, and return code 4 indicates abnormal termination.
  2. Because the pdobils command manipulates the SQL object buffer, the overhead associated with this manipulation may increase the HiRDB workload.
  3. When the pdobils command is terminated forcibly, SQL processing on the SQL object buffer and post-processing may be placed in wait status for up to 1 minute. For this reason, it is unwise to terminate the pdobils command forcibly.
  4. The amount of time required for an SQL object to execute is recorded in the SQL object buffer when the transaction is completed or the SQL object is released. Figure 2-5 illustrates the SQL object execution time (duration) that is displayed when the pdobils command is executed.

    Figure 2-5 SQL object execution time (duration) displayed when the pdobils command is executed

    [Figure]

Explanation
The display of the amount of time (duration) it takes an SQL object to execute depends on the timing of execution of the pdobils command. The following table shows the validity of the time that is displayed for each point of execution:
Execution sequence of pdobils commandSQL1SQL2SQL3SQL4
1NNNN
2YYNN
3YYYY
Legend:
Y: The displayed execution duration time is valid for this SQL object.
N: The displayed execution duration time is not valid for this SQL object.
Note 1
When the cursor is used, the displayed execution duration time is the server's total processing time from opening to closing of the cursor.
Note 2
While the pdobils command is executing, the SQL object buffer is used by other UAPs. If there is an SQL object whose transaction is completed during execution of the pdobils command and the corresponding information is available, the information is applied to the output information.
Note 3
The execution time (duration) is displayed in seconds (rounded off to a whole second).

Output format

pdobils VV-RR-ZZ [70]
<< SQL OBJECT CACHE INFORMATION >> DATE: 2004/01/01 TIME: 00:00:00 [1]
HOST NAME                   : node01 [2]
SERVER NAME                 : fes01 [3]
CACHE SIZE(KB)              : 2048 [4]
SQL OBJECT TOTAL SIZE(B)    : 1932556​ [5]

<< SQL OBJECT LIST >>
*SQL OBJECT NO               : 1 [6]
STATUS                      : ACTIVE [7]
TYPE                        : STATIC SQL [8]
SIZE                        : 7792 [9]
EXECUTE COUNT               : 10 [10]
EXECUTE TIME AVG(s)         : 1.234567 [11]
EXECUTE TIME MAX(s)         : 9.000000 [12]
# SERVICE NAME              :          [13]
# UAP NAME                  : Unknown [14]
# CONNECT NO                : 123 [15]
# SQL NO                    : 456 [16]
# RECORD DATE/TIME          : 2004/01/01 00:00:00 [17]
DB REFERENCE GET COUNT       : 55500 [28] AVG 5550 [29] MAX 5600 [30]
DB UPDATE GET COUNT          : 0 [31] AVG 0 [32] MAX 0 [33]
DB READ COUNT                : 800 [34] AVG 80 [35] MAX 85 [36]
DB WRITE COUNT               : 0 [37] AVG 0 [38] MAX 0 [39]
LOB REFERENCE GET COUNT      : 0 [40] AVG 0 [41] MAX 0 [42]
LOB UPDATE GET COUNT         : 0 [43] AVG 0 [44] MAX 0 [45]
LOB READ COUNT               : 0 [46] AVG 0 [47] MAX 0 [48]
LOB WRITE COUNT              : 0 [49] AVG 0 [50] MAX 0 [51]
LIST REFERENCE GET COUNT     : 0 [52] AVG 0 [53] MAX 0 [54]
LIST UPDATE GET COUNT        : 0 [55] AVG 0 [56] MAX 0 [57]
LIST READ COUNT              : 0 [58] AVG 0 [59] MAX 0 [60]
LIST WRITE COUNT             : 0 [61] AVG 0 [62] MAX 0 [63]
WKFILE READ COUNT            : 0 [64] AVG 0 [65] MAX 0 [66]
WKFILE WRITE COUNT           : 0 [67] AVG 0 [68] MAX 0 [69]
PREPROCESSOR USER            : user1 [18]
PREPROCESSOR SOURCE          : abc.ec [19]
SECTION NO                   : 123 [20]
ISOLATION LEVEL              : 2 [21]
OPTIMIZE LEVEL               : 10 [22]
ADDITIONAL OPTIMIZE LEVEL    : 0 [23]
DEFAULT SCHEMA               :   [24]
ROUTINE ID                   : 123 [25]
SQL                          : SELECT GNO,GNAME,KIKAKU,TANKA,SURYO,GENKA FROM ZAIKO [26]

<< SQL OBJECT STATUS COUNT >> [27]
STATUS     | TYPE      STATIC SQL        DYNAMIC SQL       ROUTINE           TOTAL
ACTIVE              :  0                 0                 0                 0
LRU                 :  0                 0                 0                 0
TEMPORARY           :  0                 0                 0                 0
COMPILE/TRANSFER    :  0                 0                 0                 0
PROCESS             :  -                 -                 -                 0
RELEASE             :  -                 -                 -                 0
TOTAL               :  0                 0                 0                 0

Note 1
The information that is displayed depends on the server's type and status.
Note 2
Items 6 through 69 (except for item 27) are repeated for each SQL object. The information that is displayed depends on the type and status. For details, see Notes.
Note 3
When the -s option is omitted, items 1 through 69 are displayed for each single server or front-end server.
Note 4
When the -r option is specified, items 10 through 17 and 28 through 69 are initialized.
Explanation
  1. Statistical information display time
    Displays the time the statistical information was displayed.
  2. Host name
    Displays the name of the host for which statistical information was acquired.
  3. Server name
    Displays the name of the server for which statistical information was acquired.
  4. Size of SQL object buffer
    Displays the size of the SQL object buffer (in kilobytes).
  5. Total size of SQL objects
    Displays the total size of SQL objects (in bytes) stored in the SQL object buffer. If the SQL object buffer is used by another UAP during execution of the pdobils command, the sum of the sizes of each SQL object may not match the total size of all SQL objects.
  6. SQL object number
    Displays the management number of the SQL object.
  7. Status
    Displays one of the following, indicating the status of the SQL object:
    StatusDescription
    ACTIVEA UAP is using the SQL object.
    LRUAlthough the SQL object is stored in the SQL object buffer, no UAP is currently using it.
    TEMPORARYThe SQL object is not shared among processes. This is applicable when either of the following is true:
    • Creation of the SQL object is specified in the PDVWOPTMODE or PDUAPREPLVL client environment definition.
    • A dynamic SQL object is stored in the SQL object buffer.
    COMPILE/TRANSFERA static SQL object is being created, or the SQL object is being transferred from the front-end server to the back-end server or dictionary server.
    PROCESSThe SQL object is being managed in the process memory.
    RELEASEThe SQL object is being released or is no longer valid.
  8. Type
    Displays the type of the SQL object:
    STATIC SQL: Static SQL object
    DYNAMIC SQL: Dynamic SQL object
    ROUTINE: Routine SQL object
  9. Size
    Displays the size of the SQL object (in bytes).
  10. Execution count4
    Displays the number of times the SQL object has executed.
  11. Average execution time
    Displays the average execution time for the SQL object (in seconds).
  12. Maximum execution time
    Displays the maximum execution time for the SQL object (in seconds).
  13. Service name
    When UAPs were executed in an OLTP environment, displays the name of the service that recorded the maximum execution time.
  14. UAP name
    Displays the name of the UAP that recorded the maximum execution time (not displayed if the UAP name cannot be identified).
  15. CONNECT sequence number4
    Displays the CONNECT sequence number of the UAP that recorded the maximum execution time.
  16. SQL number4
    Displays the number of the SQL that recorded the maximum execution time.
  17. Recorded time
    Displays the time at which the maximum execution time was recorded.
  18. Preprocessing user's authorization identifier
    Displays the authorization identifier of the user who executed preprocessing of the UAP source program. This item is displayed for static SQL objects.
  19. Preprocessed source program name
    Displays the name of the source program that was preprocessed (this item is displayed for static SQL objects).
  20. Section number
    Displays the section number (this item is displayed for static SQL objects).
  21. Data guarantee level
    Displays the data guarantee level (this item is displayed for static and dynamic SQL objects).
  22. SQL optimization option
    Displays the SQL optimization option (this item is displayed for static and dynamic SQL objects).
  23. SQL extension optimizing option
    Displays the SQL extension optimizing option (this item is displayed for static and dynamic SQL objects).
  24. Default schema name
    Displays the assumed authorization identifier when the authorization identifier is omitted from the SQL statement (this item is not displayed when an authorization identifier is specified in the SQL statement) (this item is displayed for dynamic SQL objects).
  25. Routine's object ID
    Displays the routine's object ID (this item is displayed for routine SQL objects).
  26. SQL statement
    Displays the SQL statement (this item is displayed for static and dynamic SQL objects).
  27. Type and number of SQL objects for each status
    Displays for each status the number of SQL objects of each type that are being managed in the SQL object buffer.
  28. Reference count for data, index, and directory pages (total)2, 4
    Displays the total number of times that buffer acquisition requests were issued to the global buffer using the SQL object for referencing purposes.
  29. Reference count for data, index, and directory pages (average)1, 2, 4
    Displays for the SQL object the average number of times that acquisition requests for referencing were issued to the global buffer.
  30. Reference count for data, index, and directory pages (maximum)2, 4
    Displays for the SQL object the maximum number of times that acquisition requests for referencing were issued to the global buffer.
  31. Update count for data, index, and directory pages (total)2, 4
    Displays the total number of times that buffer acquisition requests for updating were issued to the global buffer.
  32. Update count for data, index, and directory pages (average)1, 2, 4
    Displays for the SQL object the average number of times that acquisition requests for updating were issued to the global buffer.
  33. Update count for data, index, and directory pages (maximum)2, 4
    Displays the maximum number of times that buffer acquisition requests for updating were issued to the global buffer.
  34. Real READ count for data, index, and directory pages (total)2, 3, 4
    Displays the total number of input operations that were performed on data, index, and directory pages. This value includes the number of input operations performed by the prefetch facility, but does not include input operations performed by the asynchronous READ facility.
  35. Real READ count for data, index, and directory pages (average)1, 2, 3, 4
    Displays for the SQL object the average number of input operations that were performed on data, index, and directory pages. This value includes the number of input operations performed by the prefetch facility, but does not include input operations performed by the asynchronous READ facility.
  36. Real READ count for data, index, and directory pages (maximum)2, 3, 4
    Displays for the SQL object the maximum number of input operations that were performed on data, index, and directory pages. This value includes the number of input operations performed by the prefetch facility, but does not include input operations performed by the asynchronous READ facility.
  37. Real WRITE count for data, index, and directory pages (total)2, 3, 4
    Displays the total number of output operations that were performed on data, index, and directory pages. This value does not include the number of output operations performed by deferred write processing.
  38. Real WRITE count for data, index, and directory pages (average)1, 2, 3, 4
    Displays for the SQL object the average number of output operations that were performed on data, index, and directory pages. This value does not include the number of output operations performed by deferred write processing.
  39. Real WRITE count for data, index, and directory pages (maximum)2, 3, 4
    Displays for the SQL object the maximum number of output operations that were performed on data, index, and directory pages. This value does not include the number of output operations performed by deferred write processing.
  40. LOB column data page reference count (total)4
    Displays the total number of times that buffer acquisition requests were issued to reference LOB column data pages.
  41. LOB column data page reference count (average)1, 4
    Displays for the SQL object the average number of times that acquisition requests were issued to reference LOB column data pages.
  42. LOB column data page reference count (maximum)4
    Displays for the SQL object the maximum number of times that acquisition requests were issued to reference LOB column data pages.
  43. LOB column data page update count (total)4
    Displays the total number of times that buffer acquisition requests were issued to update LOB column data pages.
  44. LOB column data page update count (average)1, 4
    Displays for the SQL object the average number of times that buffer acquisition requests were issued to update LOB column data pages.
  45. LOB column data page update count (maximum)4
    Displays for the SQL object the maximum number of times that buffer acquisition requests were issued to update LOB column data pages.
  46. Real READ count for LOB column data pages (total)4
    Displays the total number of real READ operations that were performed on LOB column data pages.
  47. Real READ count for LOB column data pages (average) 1, 4
    Displays for the SQL object the average number of real READ operations that were performed on LOB column data pages.
  48. Real READ count for LOB column data pages (maximum)4
    Displays for the SQL object the maximum number of real READ operations that were performed on LOB column data pages.
  49. Real WRITE count for LOB column data pages (total)4
    Displays the total number of real WRITE operations that were performed on LOB column data pages.
  50. Real WRITE count for LOB column data pages (average)1, 4
    Displays for the SQL object the average number of real WRITE operations that were performed on LOB column data pages.
  51. Real WRITE count for LOB column data pages (maximum)4
    Displays for the SQL object the maximum number of real WRITE operations that were performed on LOB column data pages.
  52. List page reference count (total)4
    Displays the total number of times that buffer acquisition requests were issued to the global buffer to reference list pages.
  53. List page reference count (average)1, 4
    Displays for the SQL object the average number of times that buffer acquisition requests were issued to the global buffer to reference list pages.
  54. List page reference count (maximum)4
    Displays for the SQL object the maximum number of times that buffer acquisition requests were issued to the global buffer to reference list pages.
  55. List page update count (total)4
    Displays the total number of times that buffer acquisition requests were issued to the global buffer to update list pages.
  56. List page update count (average)1, 4
    Displays for the SQL object the average number of times that buffer acquisition requests were issued to the global buffer to update list pages.
  57. List page update count (maximum)4
    Displays for the SQL object the maximum number of times that buffer acquisition requests were issued to the global buffer to update list pages.
  58. Real READ count for list pages (total)4
    Displays the total number of real READ operations that were performed on list pages.
  59. Real READ count for list pages (average)1, 4
    Displays for the SQL object the average number of real READ operations that were performed on list pages.
  60. Real READ count for list pages (maximum)4
    Displays for the SQL object the maximum number of real READ operations that were performed on list pages.
  61. Real WRITE count for list pages (total)4
    Displays the total number of real WRITE operations that were performed on list pages.
  62. Real WRITE count for list pages (average)1, 4
    Displays for the SQL object the average number of real WRITE operations that were performed on list pages.
  63. Real WRITE count for list pages (maximum)4
    Displays for the SQL object the maximum number of real WRITE operations that were performed on list pages.
  64. READ count for work table files (total)4
    Displays the total number of READ operations that were performed on work table files.
  65. READ count for work table files (average)1, 4
    Displays for the SQL object the average number of READ operations that were performed on work table files.
  66. READ count for work table files (maximum)4
    Displays for the SQL object the maximum number of READ operations that were performed on work table files.
  67. WRITE count for work table files (total)4
    Displays the total number of WRITE operations that were performed on work table files.
  68. WRITE count for work table files (average)1, 4
    Displays for the SQL object the average number of WRITE operations that were performed on work table files.
  69. WRITE count for work table files (maximum)4
    Displays for the SQL object the maximum number of WRITE operations that were performed on work table files.
  70. HiRDB version
    When there is no ZZ, only VV-RR is displayed.
1 The average value is rounded off. If the total value overflows, **** is displayed as the average value.
2 This does not include accesses to data dictionary tables that store definition information, such as for tables and indexes.
3 Deferred write processing involves writing pages updated in the global buffer to disk when the number of updated pages reaches a specified value, rather than when the COMMIT statement is issued. Deferred write processing outputs updated pages to HiRDB files asynchronously with the database processes.
The prefetch facility enables database processes to read multiple pages of table data on disk volumes in batch mode. The asynchronous READ facility reads multiple pages of table data on disk volumes in batch mode asynchronously with the database processes.
4 The counter may overflow. If an overflow has occurred, * is displayed as the lead digit of the corresponding counter. Counting continues when an overflow occurs.

Notes

Whether or not items 6 through 26 are displayed depends on the combination of type and status. Table 2-5 shows whether or not each of these items is displayed depending on the combination of type and status. The numbers correspond to the numbers in the output format.

Table 2-5 Whether or not each item is displayed depending on the combination of type and status (applicable to static SQL objects)

No.Type
STATIC SQLDYNAMIC SQLROUTINE
StatusStatusStatus
ALTCPRALTCPRALTCPR
6YYYYYYYYYYYYYYYYYY
7YYYYYYYYYYYYYYYYYY
8YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]
9YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]
10YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]
11CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
12CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
13CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
14CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
15CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
16CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
17CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
18YY[Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure]
19YY[Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure]
20YY[Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure]
21YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]NN[Figure][Figure][Figure][Figure]
22YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]NN[Figure][Figure][Figure][Figure]
23YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]NN[Figure][Figure][Figure][Figure]
24NN[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure]
25[Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure]
26YY[Figure][Figure][Figure][Figure]YY[Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure][Figure]
28CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
29CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
30CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
31CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
32CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
33CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
34CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
35CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
36CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
37CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
38CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
39CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
40CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
41CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
42CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
43CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
44CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
45CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
46CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
47CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
48CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
49CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
50CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
51CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
52CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
53CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
54CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
55CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
56CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
57CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
58CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
59CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
60CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
61CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
62CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
63CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
64CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
65CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
66CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
67CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
68CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
69CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]CC[Figure][Figure][Figure][Figure]
Legend:
Y: Displayed
C: Displayed if the value of item 10 is 1 or greater. If the value of item 10 is 0, this information is not displayed.
N: Not displayed
[Figure]: Not applicable
Statuses:
A: ACTIVE
L: LRU
T: TEMPORARY
C: COMPILE/TRANSFER
P: PROCESS
R: RELEASE

How to interpret statistical information

The following describes how to interpret statistical information.