Measures reported by MariaActivityTest
This test tracks the writes, inserts, deletes, and flushes happening on a Maria Database server.
Outputs of the test : One set of results for the database server being monitored.
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Delayed_write_rate |
Indicates the rate at which rows are written with INSERT DELAYED. |
Writes/Sec |
|
| Delayed_error_rate |
Indicates the rate at which errors occurred in the rows written with INSERT DELAYED. |
Errors/Sec |
Ideally, the value of this measure should be zero. |
| Update_rate |
Indicates the rate at which requests to update a row in a table were received. |
Updates/Sec |
|
| Insert_rate |
Indicates the rate at which requests to insert a row in a table were received. |
Inserts/Sec |
|
| Deletion_rate |
Indicates the rate at which requests to delete a row in a table were received. |
Deletions/Sec |
|
| Flush_rate |
Indicates the rate at which FLUSH commands were executed. |
Flushes/Sec |
|
|