View Source EctoMySQLExtras.DirtyPagesRatio (Ecto MySQL Extras v0.6.0)
InnoDB dirty pages ratio.
The ratio of how often InnoDB needs to be flushed. During the write-heavy load, it is normal that this percentage increases. A good value should be 75% and below.
Data is retrieved from the performance_schema
or information_schema
database and the global_status
table.
Link to this section Summary
Functions
Callback implementation for EctoMySQLExtras.info/0
.
Callback implementation for EctoMySQLExtras.query/1
.
Link to this section Functions
Callback implementation for EctoMySQLExtras.info/0
.
Callback implementation for EctoMySQLExtras.query/1
.