Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Fixed
-
None
-
1
-
Yes
-
Yes
Description
"BP Write Buffering" ratio calculated as Innodb_buffer_pool_write_requests/Innodb_data_writes. It shows how effectively InnoDB Buffer Pool is used regarding writes. If number of InnoDB Buffer Pool write requests is significantly higher than number of disk writes - performance is good, options and hardware are effective for the workload.
However, PMM displays colors in opposite order. Currently threshold is set to 3,5. So if ratio is less than 3 (bad performance) it displayed in green color and if it is greater than 5 (good performance) it is displayed in red color.
How to repeat:
Suggested fix:
Inverse order of colors. Also, change green color to white, because ratio > 5 on modern hardware is not bad, but could be much better.