Advertisement
Guest User

sql

a guest
Oct 23rd, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. >> MySQLTuner 1.1.1 - 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. Please enter your MySQL administrative login: root
  5. Please enter your MySQL administrative password:
  6. [!!] Attempted to use login credentials, but they were invalid.
  7. -bash-4.1# /usr/bin/mysqltuner
  8.  
  9. >> MySQLTuner 1.1.1 - Major Hayden <major@mhtx.net>
  10. >> Bug reports, feature requests, and downloads at http://mysqltuner.com/
  11. >> Run with '--help' for additional options and output filtering
  12. Please enter your MySQL administrative login: root
  13. Please enter your MySQL administrative password:
  14.  
  15. -------- General Statistics --------------------------------------------------
  16. [--] Skipped version check for MySQLTuner script
  17. [OK] Currently running supported MySQL version 5.1.73-rel14.11-log
  18. [OK] Operating on 64-bit architecture
  19.  
  20. -------- Storage Engine Statistics -------------------------------------------
  21. [--] Status: -Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
  22. [--] Data in InnoDB tables: 73M (Tables: 65)
  23. [!!] Total fragmented tables: 4
  24.  
  25. -------- Security Recommendations -------------------------------------------
  26. [OK] All database users have passwords assigned
  27.  
  28. -------- Performance Metrics -------------------------------------------------
  29. [--] Up for: 23s (1K q [58.913 qps], 51 conn, TX: 1M, RX: 173K)
  30. [--] Reads / Writes: 98% / 2%
  31. [--] Total buffers: 440.0M global + 5.6M per thread (500 max threads)
  32. [OK] Maximum possible memory usage: 3.2G (84% of installed RAM)
  33. [!!] Slow queries: 8% (118/1K)
  34. [OK] Highest usage of available connections: 0% (4/500)
  35. [OK] Key buffer size / total MyISAM indexes: 32.0M/2.4M
  36. [OK] Key buffer hit rate: 100.0% (41K cached / 0 reads)
  37. [!!] Query cache efficiency: 0.0% (0 cached / 968 selects)
  38. [OK] Query cache prunes per day: 0
  39. [OK] Sorts requiring temporary tables: 0% (0 temp sorts / 185 sorts)
  40. [!!] Temporary tables created on disk: 44% (245 on disk / 546 total)
  41. [OK] Thread cache hit rate: 92% (4 created / 51 connections)
  42. [OK] Table cache hit rate: 83% (36 open / 43 opened)
  43. [OK] Open file limit used: 0% (17/65K)
  44. [OK] Table locks acquired immediately: 100% (1K immediate / 1K locks)
  45. [OK] InnoDB data size / buffer pool: 73.1M/128.0M
  46.  
  47. -------- Recommendations -----------------------------------------------------
  48. General recommendations:
  49. Run OPTIMIZE TABLE to defragment tables for better performance
  50. MySQL started within last 24 hours - recommendations may be inaccurate
  51. Temporary table size is already large - reduce result set size
  52. Reduce your SELECT DISTINCT queries without LIMIT clauses
  53. Variables to adjust:
  54. query_cache_limit (> 1M, or use smaller result sets)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement