>> MySQLTuner 1.2.0 - 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
[OK] Currently running supported MySQL version 5.1.67-0ubuntu0.10.04.1-log
[OK] Operating on 64-bit architecture
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 82M (Tables: 6)
[--] Data in InnoDB tables: 29G (Tables: 301)
[--] Data in MEMORY tables: 1M (Tables: 5)
[!!] Total fragmented tables: 85
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 7h 0m 36s (9M q [364.645 qps], 440K conn, TX: 188B, RX: 2B)
[--] Reads / Writes: 79% / 21%
[--] Total buffers: 16.6G global + 11.2M per thread (600 max threads)
[OK] Maximum possible memory usage: 23.2G (73% of installed RAM)
[OK] Slow queries: 0% (5K/9M)
[OK] Highest usage of available connections: 60% (362/600)
[OK] Key buffer size / total MyISAM indexes: 256.0M/76.8M
[OK] Key buffer hit rate: 99.5% (1M cached / 6K reads)
[OK] Query cache efficiency: 65.6% (4M cached / 7M selects)
[!!] Query cache prunes per day: 477973
[OK] Sorts requiring temporary tables: 0% (1K temp sorts / 564K sorts)
[!!] Joins performed without indexes: 76
[!!] Temporary tables created on disk: 26% (143K on disk / 544K total)
[OK] Thread cache hit rate: 99% (362 created / 440K connections)
[OK] Table cache hit rate: 55% (1K open / 2K opened)
[OK] Open file limit used: 0% (86/11K)
[OK] Table locks acquired immediately: 99% (6M immediate / 6M locks)
[!!] InnoDB data size / buffer pool: 29.2G/16.0G
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Enable the slow query log to troubleshoot bad queries
Adjust your join queries to always utilize indexes
Temporary table size is already large - reduce result set size
Reduce your SELECT DISTINCT queries without LIMIT clauses
Variables to adjust:
query_cache_size (> 128M)
join_buffer_size (> 1.0M, or always use indexes with joins)
innodb_buffer_pool_size (>= 29G)