>> MySQLTuner 1.3.0 - Major Hayden
>> Bug reports, feature requests, and downloads at mysqltuner.com
>> Run with '--help' for additional options and output filtering
[OK] Logged in using credentials from debian maintenance account.
[OK] Currently running supported MySQL version 5.5.43-0+deb7u1-log
[OK] Operating on 64-bit architecture
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
[--] Data in MyISAM tables: 838M (Tables: 1133)
[--] Data in InnoDB tables: 277M (Tables: 483)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[--] Data in MEMORY tables: 124K (Tables: 4)
[!!] Total fragmented tables: 484
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 49d 18h 57m 36s (77M q [18.013 qps], 5M conn, TX: 6805B, RX: 19B)
[--] Reads / Writes: 91% / 9%
[--] Total buffers: 1.3G global + 34.6M per thread (400 max threads)
[OK] Maximum possible memory usage: 14.8G (63% of installed RAM)
[OK] Slow queries: 0% (7K/77M)
[OK] Highest usage of available connections: 38% (154/400)
[OK] Key buffer size / total MyISAM indexes: 256.0M/225.6M
[OK] Key buffer hit rate: 99.9% (15B cached / 9M reads)
[OK] Query cache efficiency: 29.6% (17M cached / 57M selects)
[!!] Query cache prunes per day: 91403
[OK] Sorts requiring temporary tables: 0% (4K temp sorts / 21M sorts)
[!!] Joins performed without indexes: 20729886
[OK] Temporary tables created on disk: 17% (3M on disk / 22M total)
[OK] Thread cache hit rate: 99% (154 created / 5M connections)
[!!] Table cache hit rate: 0% (1K open / 3M opened)
[OK] Open file limit used: 69% (1K/2K)
[OK] Table locks acquired immediately: 99% (72M immediate / 73M locks)
[OK] InnoDB buffer pool / data size: 512.0M/277.7M
[OK] InnoDB log waits: 0
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
Increasing the query_cache size over 128M may reduce performance
Adjust your join queries to always utilize indexes
Increase table_open_cache gradually to avoid file descriptor limits
Read this before increasing table_open_cache over 64: bit.ly/1mi7c4C
Variables to adjust:
query_cache_size (> 256M) [see warning above]
join_buffer_size (> 32.0M, or always use indexes with joins)
table_open_cache (> 1024)
[OK] Query cache efficiency: 29.6% (17M cached / 57M selects)
[!!] Query cache prunes per day: 91403
[--] Data in MyISAM tables: 838M (Tables: 1133)
[--] Data in InnoDB tables: 277M (Tables: 483)