|
Measures reported by Db2DPFWrLdTest
Nothing can degrade the performance of the database like a resource-hungry or a long-running query! When such queries execute on a database, they either hog almost all the available CPU, memory, and disk resources or keep the resources locked for long time periods, thus leaving little to no resources for carrying out other critical database operations. This can significantly slowdown the database and adversely impact user experience with the server. To ensure peak performance of the DB2 DPF server at all times, such queries should be rapidly identified and quickly optimized to minimize resource usage. This is where the Db2DPFWrLdTest test helps.
At configured intervals, this test compares the usage levels and execution times of all queries that started running on each database in the last measurement period and identifies a ‘top query’ in each of the following categories - CPU usage, memory usage, disk activity, and execution time. The test then reports the resource usage and execution time of the top queries and promptly alerts administrators if any query consumes more resources or takes more time to execute than it should. In such a scenario, administrators can use the detailed diagnosis of this test to view the inefficient queries and proceed to optimize them to enhance server performance.
Outputs of the test : One set of results for each database instance on the target database server that is being monitored
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| MaxElapsedTime |
Indicates the running time of each execution of the top query. |
Seconds |
If the value of this measure crosses 10 seconds, you can use the detailed diagnosis of this measure to view the top-5 (by default) queries that are taking too long to execute. From this, you can easily pick that query with the maximum execution time. You may then want to optimize the query to minimize execution time. |
| MaxCPUTime |
Indicates the CPU time used for processing upon execution of the top query. |
Seconds |
If the value of this measure is over 30 seconds, you can use the detailed diagnosis of this measure to the top-5 (by default) users consuming the maximum CPU time. From this, you can easily pick that query which is consuming the maximum CPU. You may then want to optimize the query to minimize CPU usage. |
| MaxPhysicalReads |
Indicates the maximum physical disk reads performed by the top query. |
Number |
If the value of this measure is abnormally high, you can use the detailed diagnosis of this measure to view the top-5 (by default) queries generating maximum physical disk activity. From this, you can identify the top query in terms of number of physical disk reads. You may then want to optimize the query to reduce the disk reads. |
| MaxPhysicalWrites |
Indicates the number of memory buffers used by the top query for execution. |
Number |
If the value of this measure is abnormally high, you can use the detailed diagnosis of this measure to view the top-5 (by default) queries consuming memory excessively. From this, you can easily pick that query which is consuming the maximum memory. You may then want to optimize the query to minimize memory usage. |
|