RedFoxy

mysqltuner 16/05/2014

May 16th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 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] Currently running supported MySQL version 5.6.17
  5. [OK] Operating on 64-bit architecture
  6.  
  7. -------- Storage Engine Statistics -------------------------------------------
  8. [--] Status: Warning: Using a password on the command line interface can be insecure.
  9. +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
  10. Warning: Using a password on the command line interface can be insecure.
  11. Warning: Using a password on the command line interface can be insecure.
  12. [--] Data in MyISAM tables: 3G (Tables: 1176)
  13. [--] Data in InnoDB tables: 48M (Tables: 317)
  14. [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 52)
  15. [--] Data in MEMORY tables: 1M (Tables: 8)
  16. [!!] Total fragmented tables: 56
  17.  
  18. -------- Security Recommendations -------------------------------------------
  19. [OK] All database users have passwords assigned
  20.  
  21. -------- Performance Metrics -------------------------------------------------
  22. [--] Up for: 15d 13h 38m 46s (117M q [87.667 qps], 6M conn, TX: 2352B, RX: 35B)
  23. [--] Reads / Writes: 87% / 13%
  24. [--] Total buffers: 2.0G global + 2.0G per thread (30 max threads)
  25. [!!] Maximum possible memory usage: 62.0G (388% of installed RAM)
  26. [OK] Slow queries: 0% (1K/117M)
  27. [OK] Highest usage of available connections: 43% (13/30)
  28. [OK] Key buffer size / total MyISAM indexes: 1.2G/1.4G
  29. [OK] Key buffer hit rate: 99.7% (5B cached / 15M reads)
  30. [!!] Query cache efficiency: 0.0% (0 cached / 69M selects)
  31. [OK] Query cache prunes per day: 0
  32. [OK] Sorts requiring temporary tables: 0% (34K temp sorts / 9M sorts)
  33. [!!] Joins performed without indexes: 342841
  34. [OK] Temporary tables created on disk: 25% (1M on disk / 5M total)
  35. [OK] Thread cache hit rate: 99% (13 created / 6M connections)
  36. [!!] Table cache hit rate: 4% (1K open / 36K opened)
  37. [OK] Open file limit used: 11% (1K/11K)
  38. [OK] Table locks acquired immediately: 99% (136M immediate / 136M locks)
  39. [OK] InnoDB buffer pool / data size: 256.0M/48.3M
  40. [OK] InnoDB log waits: 0
  41. -------- Recommendations -----------------------------------------------------
  42. General recommendations:
  43. Run OPTIMIZE TABLE to defragment tables for better performance
  44. Reduce your overall MySQL memory footprint for system stability
  45. Adjust your join queries to always utilize indexes
  46. Increase table_cache gradually to avoid file descriptor limits
  47. Read this before increasing table_cache over 64: http://bit.ly/1mi7c4C
  48. Variables to adjust:
  49. *** MySQL's maximum memory usage is dangerously high ***
  50. *** Add RAM before increasing MySQL buffer variables ***
  51. query_cache_limit (> 16M, or use smaller result sets)
  52. join_buffer_size (> 2.0G, or always use indexes with joins)
  53. table_cache (> 4096)
Advertisement
Add Comment
Please, Sign In to add comment