Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2022
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. >> MySQLTuner 2.0.5
  2. * Jean-Marie Renouard <[email protected]>
  3. * Major Hayden <[email protected]>
  4. >> Bug reports, feature requests, and downloads at http://mysqltuner.pl/
  5. >> Run with '--help' for additional options and output filtering
  6.  
  7. [--] Skipped version check for MySQLTuner script
  8. [OK] Logged in using credentials passed on the command line
  9. [OK] Currently running supported MySQL version 10.5.17-MariaDB-1:10.5.17+maria~ubu2004-log
  10. [OK] Operating on 64-bit architecture
  11.  
  12. -------- Log file Recommendations ------------------------------------------------------------------
  13. [!!] Log file doesn't exist
  14.  
  15. -------- Storage Engine Statistics -----------------------------------------------------------------
  16. [--] Status: +Aria +CSV +InnoDB +MEMORY +MRG_MyISAM +MyISAM +PERFORMANCE_SCHEMA +SEQUENCE
  17. [--] Data in InnoDB tables: 1.1G (Tables: 2881)
  18. [OK] Total fragmented tables: 0
  19.  
  20. -------- Analysis Performance Metrics --------------------------------------------------------------
  21. [--] innodb_stats_on_metadata: OFF
  22. [OK] No stat updates during querying INFORMATION_SCHEMA.
  23.  
  24. -------- Views Metrics -----------------------------------------------------------------------------
  25.  
  26. -------- Triggers Metrics --------------------------------------------------------------------------
  27.  
  28. -------- Routines Metrics --------------------------------------------------------------------------
  29.  
  30. -------- Security Recommendations ------------------------------------------------------------------
  31. [OK] There are no anonymous accounts for any database users
  32. [OK] All database users have passwords assigned
  33. [--] There are 618 basic passwords in the list.
  34.  
  35. -------- CVE Security Recommendations --------------------------------------------------------------
  36. [OK] NO SECURITY CVE FOUND FOR YOUR VERSION
  37.  
  38. -------- Performance Metrics -----------------------------------------------------------------------
  39. [--] Up for: 1h 26m 16s (4M q [791.046 qps], 29K conn, TX: 18G, RX: 557M)
  40. [--] Reads / Writes: 99% / 1%
  41. [--] Binary logging is disabled
  42. [--] Physical Memory : 31.4G
  43. [--] Max MySQL memory : 381.4G
  44. [--] Other process memory: 0B
  45. [--] Total buffers: 12.6G global + 75.5M per thread (5000 max threads)
  46. [--] P_S Max memory usage: 72B
  47. [--] Galera GCache Max memory usage: 0B
  48. [OK] Maximum reached memory usage: 16.4G (52.18% of installed RAM)
  49. [!!] Maximum possible memory usage: 381.4G (1216.37% of installed RAM)
  50. [!!] Overall possible memory usage with other process exceeded memory
  51. [OK] Slow queries: 0% (0/4M)
  52. [OK] Highest usage of available connections: 1% (51/5000)
  53. [OK] Aborted connections: 0.14% (40/29065)
  54. [OK] Query cache is disabled by default due to mutex contention on multiprocessor machines.
  55. [OK] Sorts requiring temporary tables: 0% (1 temp sorts / 448K sorts)
  56. [!!] Joins performed without indexes: 97
  57. [!!] Temporary tables created on disk: 37% (116K on disk / 313K total)
  58. [OK] Thread cache hit rate: 99% (51 created / 29K connections)
  59. [OK] Table cache hit rate: 98% (4M hits / 4M requests)
  60. [OK] table_definition_cache (10000) is greater than number of tables (3074)
  61. [OK] Open file limit used: 0% (57/500K)
  62. [OK] Table locks acquired immediately: 100% (5K immediate / 5K locks)
  63.  
  64. -------- Performance schema ------------------------------------------------------------------------
  65. [--] Performance_schema is activated.
  66. [--] Memory used by P_S: 72B
  67. [--] Sys schema is not installed.
  68.  
  69. -------- ThreadPool Metrics ------------------------------------------------------------------------
  70. [--] ThreadPool stat is disabled.
  71.  
  72. -------- MyISAM Metrics ----------------------------------------------------------------------------
  73. [--] No MyISAM table(s) detected ....
  74.  
  75. -------- InnoDB Metrics ----------------------------------------------------------------------------
  76. [--] InnoDB is enabled.
  77. [--] InnoDB Thread Concurrency: 0
  78. [OK] InnoDB File per table is activated
  79. [OK] InnoDB buffer pool / data size: 9.5G / 1.1G
  80. [OK] Ratio InnoDB log file size / InnoDB Buffer pool size: 2.0G * 1/9.5G should be equal to 25%
  81. [--] Number of InnoDB Buffer Pool Chunk: 76 for 1 Buffer Pool Instance(s)
  82. [OK] Innodb_buffer_pool_size aligned with Innodb_buffer_pool_chunk_size & Innodb_buffer_pool_instances
  83. [OK] InnoDB Read buffer efficiency: 99.97% (267527707 hits/ 267601615 total)
  84. [!!] InnoDB Write Log efficiency: 26.96% (26138 hits/ 96951 total)
  85. [OK] InnoDB log waits: 0.00% (0 waits / 70813 writes)
  86.  
  87. -------- Aria Metrics ------------------------------------------------------------------------------
  88. [--] Aria Storage Engine is enabled.
  89. [OK] Aria pagecache size / total Aria indexes: 128.0M/336.0K
  90. [!!] Aria pagecache hit rate: 88.9% (957K cached / 105K reads)
  91.  
  92. -------- TokuDB Metrics ----------------------------------------------------------------------------
  93. [--] TokuDB is disabled.
  94.  
  95. -------- XtraDB Metrics ----------------------------------------------------------------------------
  96. [--] XtraDB is disabled.
  97.  
  98. -------- Galera Metrics ----------------------------------------------------------------------------
  99. [--] Galera is disabled.
  100.  
  101. -------- Replication Metrics -----------------------------------------------------------------------
  102. [--] Galera Synchronous replication: NO
  103. [--] No replication slave(s) for this server.
  104. [--] Binlog format: ROW
  105. [--] XA support enabled: ON
  106. [--] Semi synchronous replication Master: OFF
  107. [--] Semi synchronous replication Slave: OFF
  108. [--] This is a standalone server
  109.  
  110. -------- Recommendations ---------------------------------------------------------------------------
  111. General recommendations:
  112. MySQL was started within the last 24 hours - recommendations may be inaccurate
  113. Reduce your overall MySQL memory footprint for system stability
  114. Dedicate this server to your database for highest performance.
  115. We will suggest raising the 'join_buffer_size' until JOINs not using indexes are found.
  116. See https://dev.mysql.com/doc/internals/en/join-buffer-size.html
  117. (specially the conclusions at the bottom of the page).
  118. Temporary table size is already large - reduce result set size
  119. Reduce your SELECT DISTINCT queries without LIMIT clauses
  120. Consider installing Sys schema from https://github.com/mysql/mysql-sys for MySQL
  121. Variables to adjust:
  122. *** MySQL's maximum memory usage is dangerously high ***
  123. *** Add RAM before increasing MySQL buffer variables ***
  124. join_buffer_size (> 256.0K, or always use indexes with JOINs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement