|
Measures reported by ProTableIoTest
This test reports table related activity on the target database server. Using the detailed diagnosis of this test, administrators can figure out the table that was frequently updated and the table that was read frequently.
Outputs of the test: One set of results for the database server being monitored
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Insert_rate |
Indicates the maximum rate at which tables were created. |
Creates/Sec |
The detailed diagnosis of this measure lists the name of the table and the rate at which the table was created.
|
| Delete_rate |
Indicates the maximum rate at which tables were deleted. |
Deletes/Sec |
The detailed diagnosis of this measure lists the name of each table and the rate at which the table was deleted. |
| Read_rate |
Indicates the rate at which data was read from the tables. |
Reads/Sec |
The detailed diagnosis of this measure lists the name of each table and the rate at which the table was read. |
| Maximum update rate |
Indicates the rate at which data was updated in the tables. |
Updates/sec |
A high value indicates that there are more Update statements executed on the tables.
The detailed diagnosis of this measure lists the name of each table and the rate at which the table was updated. |
|