|
Measures reported by ADDatabaseTest
This test reports the details about the performance of the database cache, database files and database tables.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Db_cache_hit_ratio |
Indicates the percentage of page requests of the database file that were occupied in a cache before responding to the request. |
Percentage |
Ideally the value of this measure should be moderate. A high value of this measure indicates the high utility of physical memory. In such a case, you can add the reuired memory to the database. |
| Db_tables_cache_hit_ratio |
Indicates the percent of database tables that were opened using cached schema information. |
Percentage |
|
| Log_recrd_waiting_rate |
Indicates the rate of log record stalls, per second. |
Records/Sec |
|
| Log_thread_waiting |
Indicates the number of threads waiting for data to be written to the log so that database updation will be executed. |
Number |
|
|