Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >> MySQLTuner 1.3.0 - Major Hayden <[email protected]>
- >> Bug reports, feature requests, and downloads at http://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.35-0+wheezy1-log
- [OK] Operating on 64-bit architecture
- -------- Storage Engine Statistics -------------------------------------------
- [--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
- [--] Data in MyISAM tables: 24M (Tables: 14)
- [--] Data in InnoDB tables: 240K (Tables: 15)
- [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
- [!!] Total fragmented tables: 20
- -------- Security Recommendations -------------------------------------------
- [OK] All database users have passwords assigned
- -------- Performance Metrics -------------------------------------------------
- [--] Up for: 6m 23s (114K q [297.760 qps], 20K conn, TX: 137M, RX: 21M)
- [--] Reads / Writes: 58% / 42%
- [--] Total buffers: 448.0M global + 2.7M per thread (200 max threads)
- [OK] Maximum possible memory usage: 985.5M (24% of installed RAM)
- [OK] Slow queries: 0% (0/114K)
- [OK] Highest usage of available connections: 36% (72/200)
- [OK] Key buffer size / total MyISAM indexes: 16.0M/8.1M
- [OK] Key buffer hit rate: 100.0% (152M cached / 5K reads)
- [!!] Query cache efficiency: 0.6% (330 cached / 55K selects)
- [OK] Query cache prunes per day: 0
- [OK] Sorts requiring temporary tables: 1% (105 temp sorts / 6K sorts)
- [OK] Temporary tables created on disk: 8% (63 on disk / 778 total)
- [OK] Thread cache hit rate: 86% (2K created / 20K connections)
- [OK] Table cache hit rate: 53% (333 open / 620 opened)
- [OK] Open file limit used: 28% (341/1K)
- [!!] Table locks acquired immediately: 67%
- [OK] InnoDB buffer pool / data size: 128.0M/240.0K
- [OK] InnoDB log waits: 0
- -------- 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
- Optimize queries and/or use InnoDB to reduce lock wait
- Variables to adjust:
- query_cache_limit (> 16M, or use smaller result sets)
Advertisement
Add Comment
Please, Sign In to add comment