Advertisement
Guest User

mysqltuner

a guest
Dec 17th, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1.  
  2. -------- General Statistics --------------------------------------------------
  3. [--] Skipped version check for MySQLTuner script
  4. [OK] Currently running supported MySQL version 5.1.63-0+squeeze1-log
  5. [OK] Operating on 64-bit architecture
  6.  
  7. -------- Storage Engine Statistics -------------------------------------------
  8. [--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
  9. [--] Data in MyISAM tables: 55M (Tables: 95)
  10. [--] Data in InnoDB tables: 12G (Tables: 88)
  11. [--] Data in ARCHIVE tables: 1G (Tables: 3)
  12. [!!] Total fragmented tables: 99
  13.  
  14. -------- Security Recommendations -------------------------------------------
  15. [OK] All database users have passwords assigned
  16.  
  17. -------- Performance Metrics -------------------------------------------------
  18. [--] Up for: 7h 6m 3s (3M q [132.097 qps], 181K conn, TX: 1B, RX: 225M)
  19. [--] Reads / Writes: 55% / 45%
  20. [--] Total buffers: 12.8G global + 5.2M per thread (1500 max threads)
  21. [!!] Maximum possible memory usage: 20.5G (131% of installed RAM)
  22. [OK] Slow queries: 1% (63K/3M)
  23. [OK] Highest usage of available connections: 30% (454/1500)
  24. [OK] Key buffer size / total MyISAM indexes: 20.0M/18.8M
  25. [OK] Key buffer hit rate: 99.8% (1M cached / 1K reads)
  26. [!!] Query cache is disabled
  27. [OK] Sorts requiring temporary tables: 1% (699 temp sorts / 66K sorts)
  28. [OK] Temporary tables created on disk: 0% (135 on disk / 16K total)
  29. [OK] Thread cache hit rate: 99% (454 created / 181K connections)
  30. [OK] Table cache hit rate: 31% (295 open / 942 opened)
  31. [OK] Open file limit used: 0% (282/61K)
  32. [OK] Table locks acquired immediately: 99% (2M immediate / 2M locks)
  33. [OK] InnoDB data size / buffer pool: 12.3G/12.8G
  34.  
  35. -------- Recommendations -----------------------------------------------------
  36. General recommendations:
  37. Run OPTIMIZE TABLE to defragment tables for better performance
  38. MySQL started within last 24 hours - recommendations may be inaccurate
  39. Reduce your overall MySQL memory footprint for system stability
  40. Variables to adjust:
  41. *** MySQL's maximum memory usage is dangerously high ***
  42. *** Add RAM before increasing MySQL buffer variables ***
  43. query_cache_size (>= 8M)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement