grimlock ~ # /usr/local/cpanel/3rdparty/mysqltuner/mysqltuner.pl --nogood
>> MySQLTuner 1.1.2 - Major Hayden <major@mhtx.net>
>> Bug reports, feature requests, and downloads at
http://mysqltuner.com/
>> Run with '--help' for additional options and output filtering
-------- General Statistics --------------------------------------------------
[--] Skipped version check for MySQLTuner script
-------- Storage Engine Statistics -------------------------------------------
[--] Status: -Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 280M (Tables: 1533)
[--] Data in InnoDB tables: 1M (Tables: 42)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[--] Data in MEMORY tables: 0B (Tables: 2)
[!!] Total fragmented tables: 6
-------- Performance Metrics -------------------------------------------------
[--] Up for: 3d 20h 48m 13s (418K q [1.254 qps], 29K conn, TX: 561M, RX: 46M)
[--] Reads / Writes: 66% / 34%
[--] Total buffers: 232.0M global + 2.8M per thread (500 max threads)
[!!] Key buffer size / total MyISAM indexes: 56.0M/139.2M
[!!] Key buffer hit rate: 73.1% (3M cached / 859K reads)
[!!] Table cache hit rate: 0% (500 open / 70K opened)
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
key_buffer_size (> 139.2M)
table_cache (> 500)