Cache Global Stats Test
This test gathers global activity statistics and displays a variety of information about disk I/O operations.
Target of the test : A Cache Database server
Agent deploying the test : An internal/remote agent
Outputs of the test : One set of results for every InstanceName configured
|
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Global references: |
Indicates the logical count of accesses to globals, including Sets, Kills, $Data, $Order, $Increment, $Query, and global references in expressions, during the last measurement period. |
Number |
If this number significantly jumps up or declines from the normal, there may be an application issue to research. |
Global update references: |
Indicates the number of calls to a routine during the last measurement period. |
Number |
|
Routine calls: |
Indicates the current number of fatal errors on this Cache instance. |
Number |
|
Routine buffer loads and saves: |
Indicates the total number of routine loads and saves as a result of ZLoad, ZSave, and running routines, during the last measurement period. |
Number |
In a well-tuned environment, this number increases slowly, since most routine loads are satisfied by the routine cache memory without accessing the disk. Each routine load or save transfers up to 32 KB of data (64 KB for Unicode). |
Block I/O reads: |
Indicates the number of physical database blocks (2-KB or 8-KB) read from disk during the last measurement period for both global and routine references. |
Number |
A high value for this measure indicates that direct disk accesses are high. In such a case your database might require some fine-tuning. Consider resizing your buffer pool to increase buffer accesses and reduce data retrievals from the disk. |
Block I/O writes: |
Indicates the number of physical database blocks (2-KB or 8-KB) written to disk during the last measurement period for both global and routine references. |
Number |
|
WIJ I/O writes: |
Indicates the number of 64-KB journal blocks written to the journal file during the last measurement period. |
Number |
|
Logical block requests: |
Indicates the number of database blocks read by the global database code during the last measurement period. |
Number |
In a well-tuned environment, many of these reads are satisfied without disk access. |