Skip to main content

High Load Issues

Comments

2 comments

  • gch5185
    mysql tuner report
    perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). >> MySQLTuner 1.2.0 - Major Hayden >> Bug reports, feature requests, and downloads at http://mysqltuner.com/ >> Run with '--help' for additional options and output filtering -------- General Statistics -------------------------------------------------- [--] Skipped version check for MySQLTuner script [OK] Currently running supported MySQL version 5.5.42-cll [OK] Operating on 64-bit architecture -------- Storage Engine Statistics ------------------------------------------- [--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster [--] Data in MyISAM tables: 2G (Tables: 1632) [--] Data in InnoDB tables: 24M (Tables: 853) [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17) [--] Data in MEMORY tables: 13M (Tables: 26) [!!] Total fragmented tables: 14 -------- Security Recommendations ------------------------------------------- [OK] All database users have passwords assigned -------- Performance Metrics ------------------------------------------------- [--] Up for: 4d 18h 35m 27s (1B q [3K qps], 7M conn, TX: 1904B, RX: 193B) [--] Reads / Writes: 61% / 39% [--] Total buffers: 2.0G global + 258.6M per thread (20000 max threads) [!!] Maximum possible memory usage: 5052.1G (324368% of installed RAM) [OK] Slow queries: 0% (2M/1B) [OK] Highest usage of available connections: 2% (479/20000) [OK] Key buffer size / total MyISAM indexes: 1000.0M/1.1G [OK] Key buffer hit rate: 100.0% (27B cached / 359K reads) [OK] Query cache efficiency: 97.6% (1B cached / 1B selects) [!!] Query cache prunes per day: 3103850 [OK] Sorts requiring temporary tables: 0% (332 temp sorts / 5M sorts) [!!] Joins performed without indexes: 1916 [!!] Temporary tables created on disk: 41% (2M on disk / 6M total) [OK] Thread cache hit rate: 99% (1K created / 7M connections) [OK] Table cache hit rate: 98% (3K open / 3K opened) [OK] Open file limit used: 4% (4K/100K) [OK] Table locks acquired immediately: 99% (66M immediate / 67M locks) [OK] InnoDB data size / buffer pool: 24.1M/128.0M -------- Recommendations ----------------------------------------------------- General recommendations: Run OPTIMIZE TABLE to defragment tables for better performance Reduce your overall MySQL memory footprint for system stability Adjust your join queries to always utilize indexes Temporary table size is already large - reduce result set size Reduce your SELECT DISTINCT queries without LIMIT clauses Variables to adjust: *** MySQL's maximum memory usage is dangerously high *** *** Add RAM before increasing MySQL buffer variables *** query_cache_size (> 128M) join_buffer_size (> 256.0M, or always use indexes with joins)
    0
  • cPanelMichael
    Hello :) The following thread is useful if your server is under high loads: Troubleshooting High Loads On Linux Systems Thank you.
    0

Please sign in to leave a comment.