Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 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: 11d 4h 40m 18s (430K q [0.445 qps], 4K conn, TX: 3B, RX: 330M)
  20. [--] Reads / Writes: 79% / 21%
  21. [--] Total buffers: 176.0M global + 2.6M per thread (30 max threads)
  22. [OK] Maximum possible memory usage: 254.8M (15% of installed RAM)
  23. [OK] Slow queries: 0% (50/430K)
  24. [OK] Highest usage of available connections: 60% (18/30)
  25. [OK] Key buffer size / total MyISAM indexes: 8.0M/126.0K
  26. [!!] Key buffer hit rate: 35.4% (195 cached / 126 reads)
  27. [OK] Query cache efficiency: 44.8% (100K cached / 224K selects)
  28. [OK] Query cache prunes per day: 0
  29. [OK] Sorts requiring temporary tables: 0% (0 temp sorts / 92K sorts)
  30. [!!] Temporary tables created on disk: 31% (14K on disk / 45K total)
  31. [OK] Thread cache hit rate: 98% (90 created / 4K connections)
  32. [!!] Table cache hit rate: 0% (4 open / 31K opened)
  33. [OK] Open file limit used: 0% (0/1K)
  34. [OK] Table locks acquired immediately: 99% (138K immediate / 138K locks)
  35. [OK] InnoDB buffer pool / data size: 128.0M/26.4M
  36. [OK] InnoDB log waits: 0
  37. -------- Recommendations -----------------------------------------------------
  38. General recommendations:
  39. Run OPTIMIZE TABLE to defragment tables for better performance
  40. Enable the slow query log to troubleshoot bad queries
  41. When making adjustments, make tmp_table_size/max_heap_table_size equal
  42. Reduce your SELECT DISTINCT queries without LIMIT clauses
  43. Increase table_cache gradually to avoid file descriptor limits
  44. Read this before increasing table_cache over 64: http://bit.ly/1mi7c4C
  45. Variables to adjust:
  46. tmp_table_size (> 16M)
  47. max_heap_table_size (> 16M)
  48. table_cache (> 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement