>> MySQLTuner 1.0.1 - 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.0.51a-3ubuntu5.5
[OK] Operating on 32-bit architecture with less than 2GB RAM
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 10M (Tables: 63)
[--] Data in InnoDB tables: 30M (Tables: 87)
[!!] Total fragmented tables: 14
-------- Performance Metrics -------------------------------------------------
[--] Up for: 19h 14m 20s (171K q [2.480 qps], 2K conn, TX: 503M, RX: 59M)
[--] Reads / Writes: 77% / 23%
[--] Total buffers: 58.0M global + 2.6M per thread (100 max threads)
[!!] Maximum possible memory usage: 320.5M (88% of installed RAM)
[OK] Slow queries: 0% (40/171K)
[OK] Highest usage of available connections: 3% (3/100)
[OK] Key buffer size / total MyISAM indexes: 16.0M/1.5M
[OK] Key buffer hit rate: 99.4% (259K cached / 1K reads)
[OK] Query cache efficiency: 64.2% (89K cached / 139K selects)
[!!] Query cache prunes per day: 11696
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 37K sorts)
[!!] Joins performed without indexes: 270
[!!] Temporary tables created on disk: 29% (2K on disk / 8K total)
[OK] Thread cache hit rate: 99% (3 created / 2K connections)
[!!] Table cache hit rate: 1% (64 open / 3K opened)
[OK] Open file limit used: 6% (64/1K)
[OK] Table locks acquired immediately: 100% (67K immediate / 67K locks)
[!!] InnoDB data size / buffer pool: 30.3M/8.0M
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Reduce your overall MySQL memory footprint for system stability
Enable the slow query log to troubleshoot bad queries
Adjust your join queries to always utilize indexes
When making adjustments, make tmp_table_size/max_heap_table_size equal
Reduce your SELECT DISTINCT queries without LIMIT clauses
Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
query_cache_size (> 16M)
join_buffer_size (> 128.0K, or always use indexes with joins)
tmp_table_size (> 32M)
max_heap_table_size (> 16M)
table_cache (> 64)
innodb_buffer_pool_size (>= 30M)