Guest User

Untitled

a guest
Apr 13th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. >> MySQLTuner 1.3.0 - Major Hayden <[email protected]>
  2. >> Bug reports, feature requests, and downloads at http://mysqltuner.com/
  3. >> Run with '--help' for additional options and output filtering
  4. [OK] Logged in using credentials from debian maintenance account.
  5. [OK] Currently running supported MySQL version 5.5.35-0+wheezy1-log
  6. [OK] Operating on 64-bit architecture
  7.  
  8. -------- Storage Engine Statistics -------------------------------------------
  9. [--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
  10. [--] Data in MyISAM tables: 24M (Tables: 14)
  11. [--] Data in InnoDB tables: 240K (Tables: 15)
  12. [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
  13. [!!] Total fragmented tables: 20
  14.  
  15. -------- Security Recommendations -------------------------------------------
  16. [OK] All database users have passwords assigned
  17.  
  18. -------- Performance Metrics -------------------------------------------------
  19. [--] Up for: 6m 23s (114K q [297.760 qps], 20K conn, TX: 137M, RX: 21M)
  20. [--] Reads / Writes: 58% / 42%
  21. [--] Total buffers: 448.0M global + 2.7M per thread (200 max threads)
  22. [OK] Maximum possible memory usage: 985.5M (24% of installed RAM)
  23. [OK] Slow queries: 0% (0/114K)
  24. [OK] Highest usage of available connections: 36% (72/200)
  25. [OK] Key buffer size / total MyISAM indexes: 16.0M/8.1M
  26. [OK] Key buffer hit rate: 100.0% (152M cached / 5K reads)
  27. [!!] Query cache efficiency: 0.6% (330 cached / 55K selects)
  28. [OK] Query cache prunes per day: 0
  29. [OK] Sorts requiring temporary tables: 1% (105 temp sorts / 6K sorts)
  30. [OK] Temporary tables created on disk: 8% (63 on disk / 778 total)
  31. [OK] Thread cache hit rate: 86% (2K created / 20K connections)
  32. [OK] Table cache hit rate: 53% (333 open / 620 opened)
  33. [OK] Open file limit used: 28% (341/1K)
  34. [!!] Table locks acquired immediately: 67%
  35. [OK] InnoDB buffer pool / data size: 128.0M/240.0K
  36. [OK] InnoDB log waits: 0
  37. -------- Recommendations -----------------------------------------------------
  38. General recommendations:
  39. Run OPTIMIZE TABLE to defragment tables for better performance
  40. MySQL started within last 24 hours - recommendations may be inaccurate
  41. Enable the slow query log to troubleshoot bad queries
  42. Optimize queries and/or use InnoDB to reduce lock wait
  43. Variables to adjust:
  44. query_cache_limit (> 16M, or use smaller result sets)
Advertisement
Add Comment
Please, Sign In to add comment