|
Measures reported by MySqlActivityTest
This test tracks the writes, inserts,
deletes, and flushes happening on a MySQL server database.
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Delayed_writes_rate |
The
rate at which rows are written with INSERT DELAYED
|
Writes/Sec |
|
| Delayed_errors_rate |
The
rate at errors occurred in the rows written with INSERT DELAYED |
Errors/Sec
|
|
| Update_rate |
The
rate at which requests to update a row in a table were received |
Updates/Sec
|
|
| Insert_rate |
The
rate at which requests to insert a row in a table were received |
Inserts/Sec
|
|
| Deletion_rate |
The
rate at which requests to delete a row in a table were received |
Deletions/Sec
|
|
| Flush_rate |
The
rate at which FLUSH commands were executed |
Flushes/Sec
|
|
|