mysqltuner icon indicating copy to clipboard operation
mysqltuner copied to clipboard

Add key buffer size used and aria pagecache buffer size used

Open pmachapman opened this issue 6 years ago • 0 comments

As I look at current report content, You have Open file limit used: n% (nn/nn). Consider adding:

  • Key buffer size used: % ( key_blocks_used/((key_blocks_used)+(key_blocks_unused)) ) There are still plenty of people using MyISAM tables in production.

  • Aria pagecache buffer size used: % ( aria_pagecache_blocks_used/((aria_pagecache_blocks_used)+(aria_pagecache_blocks_unused)) ) For those people beginning to adopt MariaDB and MySQL 8.0 in production.

pmachapman avatar Dec 22 '18 01:12 pmachapman