Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. >> MySQLTuner 1.3.0 - Major Hayden <major@mhtx.net>
  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-0ubuntu0.12.04.2
  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: 67K (Tables: 14)
  11. [--] Data in InnoDB tables: 26M (Tables: 98)
  12. [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
  13. [!!] Total fragmented tables: 98
  14.  
  15. -------- Security Recommendations -------------------------------------------
  16. [OK] All database users have passwords assigned
  17.  
  18. -------- Performance Metrics -------------------------------------------------
  19. [--] Up for: 16m 23s (796 q [0.810 qps], 99 conn, TX: 3M, RX: 331K)
  20. [--] Reads / Writes: 100% / 0%
  21. [--] Total buffers: 424.0M global + 2.6M per thread (50 max threads)
  22. [OK] Maximum possible memory usage: 555.2M (33% of installed RAM)
  23. [OK] Slow queries: 0% (1/796)
  24. [OK] Highest usage of available connections: 26% (13/50)
  25. [OK] Key buffer size / total MyISAM indexes: 8.0M/126.0K
  26. [OK] Query cache efficiency: 31.8% (148 cached / 465 selects)
  27. [OK] Query cache prunes per day: 0
  28. [OK] Sorts requiring temporary tables: 0% (0 temp sorts / 2K sorts)
  29. [OK] Temporary tables created on disk: 20% (76 on disk / 365 total)
  30. [OK] Thread cache hit rate: 86% (13 created / 99 connections)
  31. [OK] Table cache hit rate: 24% (153 open / 619 opened)
  32. [OK] Open file limit used: 7% (76/1K)
  33. [OK] Table locks acquired immediately: 100% (241 immediate / 241 locks)
  34. [OK] InnoDB buffer pool / data size: 128.0M/26.4M
  35. [OK] InnoDB log waits: 0
  36. -------- Recommendations -----------------------------------------------------
  37. General recommendations:
  38. Run OPTIMIZE TABLE to defragment tables for better performance
  39. MySQL started within last 24 hours - recommendations may be inaccurate
  40. Enable the slow query log to troubleshoot bad queries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement