Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. >> MySQLTuner 1.4.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] Currently running supported MySQL version 5.5.42-cll-lve
  5. [OK] Operating on 64-bit architecture
  6. -------- Storage Engine Statistics -------------------------------------------
  7. [--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
  8. [--] Data in MyISAM tables: 110M (Tables: 162)
  9. [--] Data in InnoDB tables: 8M (Tables: 363)
  10. [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
  11. [!!] Total fragmented tables: 379
  12. -------- Security Recommendations -------------------------------------------
  13. [OK] All database users have passwords assigned
  14. -------- Performance Metrics -------------------------------------------------
  15. [--] Up for: 23m 35s (119K q [84.541 qps], 9K conn, TX: 192M, RX: 25M)
  16. [--] Reads / Writes: 96% / 4%
  17. [--] Total buffers: 1.6G global + 4.4M per thread (151 max threads)
  18. [OK] Maximum possible memory usage: 2.2G (74% of installed RAM)
  19. [OK] Slow queries: 0% (4/119K)
  20. [OK] Highest usage of available connections: 13% (20/151)
  21. [OK] Key buffer size / total MyISAM indexes: 500.0M/145.5M
  22. [OK] Key buffer hit rate: 100.0% (504M cached / 59K reads)
  23. [!!] Query cache efficiency: 11.6% (11K cached / 98K selects)
  24. [OK] Query cache prunes per day: 0
  25. [OK] Sorts requiring temporary tables: 0% (0 temp sorts / 76K sorts)
  26. [!!] Joins performed without indexes: 69863
  27. [OK] Temporary tables created on disk: 6% (5K on disk / 82K total)
  28. [OK] Thread cache hit rate: 99% (20 created / 9K connections)
  29. [OK] Table cache hit rate: 98% (354 open / 361 opened)
  30. [OK] Open file limit used: 0% (163/50K)
  31. [OK] Table locks acquired immediately: 98% (234K immediate / 238K locks)
  32. [OK] InnoDB buffer pool / data size: 1.0G/8.5M
  33. [OK] InnoDB log waits: 0
  34. -------- Recommendations -----------------------------------------------------
  35. General recommendations:
  36. Run OPTIMIZE TABLE to defragment tables for better performance
  37. MySQL started within last 24 hours - recommendations may be inaccurate
  38. Enable the slow query log to troubleshoot bad queries
  39. Adjust your join queries to always utilize indexes
  40. Variables to adjust:
  41. query_cache_limit (> 2M, or use smaller result sets)
  42. join_buffer_size (> 1.0M, or always use indexes with joins)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement