Advertisement
Guest User

Untitled

a guest
Jan 27th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. >> MySQLTuner 1.2.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.  
  6. -------- General Statistics --------------------------------------------------
  7. [--] Skipped version check for MySQLTuner script
  8. [OK] Currently running supported MySQL version 5.1.73-0ubuntu0.10.04.1
  9. [!!] Switch to 64-bit OS - MySQL cannot currently use all of your RAM
  10.  
  11. -------- Storage Engine Statistics -------------------------------------------
  12. [--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
  13. [--] Data in MyISAM tables: 139M (Tables: 52)
  14. [--] Data in InnoDB tables: 2M (Tables: 50)
  15. [!!] Total fragmented tables: 55
  16.  
  17. -------- Security Recommendations -------------------------------------------
  18. [OK] All database users have passwords assigned
  19.  
  20. -------- Performance Metrics -------------------------------------------------
  21. [--] Up for: 18h 50m 54s (266M q [3K qps], 29K conn, TX: 50B, RX: 25B)
  22. [--] Reads / Writes: 86% / 14%
  23. [--] Total buffers: 746.0M global + 24.3M per thread (151 max threads)
  24. [!!] Allocating > 2GB RAM on 32-bit systems can cause system instability
  25. [!!] Maximum possible memory usage: 4.3G (54% of installed RAM)
  26. [OK] Slow queries: 0% (0/266M)
  27. [OK] Highest usage of available connections: 20% (31/151)
  28. [OK] Key buffer size / total MyISAM indexes: 600.0M/47.7M
  29. [OK] Key buffer hit rate: 99.7% (25M cached / 86K reads)
  30. [OK] Query cache efficiency: 99.5% (264M cached / 266M selects)
  31. [OK] Query cache prunes per day: 0
  32. [OK] Sorts requiring temporary tables: 0% (1 temp sorts / 50K sorts)
  33. [!!] Temporary tables created on disk: 46% (184K on disk / 396K total)
  34. [OK] Thread cache hit rate: 99% (289 created / 29K connections)
  35. [!!] Table cache hit rate: 6% (64 open / 1K opened)
  36. [OK] Open file limit used: 4% (51/1K)
  37. [OK] Table locks acquired immediately: 99% (1M immediate / 1M locks)
  38. [OK] InnoDB data size / buffer pool: 2.7M/8.0M
  39.  
  40. -------- Recommendations -----------------------------------------------------
  41. General recommendations:
  42. Run OPTIMIZE TABLE to defragment tables for better performance
  43. MySQL started within last 24 hours - recommendations may be inaccurate
  44. Enable the slow query log to troubleshoot bad queries
  45. When making adjustments, make tmp_table_size/max_heap_table_size equal
  46. Reduce your SELECT DISTINCT queries without LIMIT clauses
  47. Increase table_cache gradually to avoid file descriptor limits
  48. Variables to adjust:
  49. tmp_table_size (> 16M)
  50. max_heap_table_size (> 16M)
  51. table_cache (> 64)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement