Skip to main content

Advice Tuning my server

Comments

4 comments

  • Infopro
    -------- Performance Metrics ------------------------------------------------- [--] Up for: 5s (9 q [1.800 qps], 6 conn, TX: 14K, RX: 1K)

    MySQL started within last 24 hours - recommendations may be inaccurate

    You need to have MySQL up for at least 24 hours.
    0
  • stefano
    Hi Stefano thx for your reply I will post a new update tomorrow , hope some one can help
    You need to have MySQL up for at least 24 hours.

    0
  • stefano
    Hi Infopro the follow is the latest result , can you please advice Thx
    -------- Performance Metrics ------------------------------------------------- [--] Up for: 1d 5h 10m 1s (488K q [4.654 qps], 9K conn, TX: 2B, RX: 114M) [--] Reads / Writes: 85% / 15% [--] Total buffers: 522.0M global + 1.1M per thread (151 max threads) [OK] Maximum possible memory usage: 691.9M (8% of installed RAM) [OK] Slow queries: 0% (1/488K) [OK] Highest usage of available connections: 5% (9/151) [OK] Key buffer size / total MyISAM indexes: 8.0M/729.0K [OK] Key buffer hit rate: 100.0% (465K cached / 30 reads) [OK] Query cache efficiency: 70.9% (305K cached / 431K selects) [!!] Query cache prunes per day: 38311 [OK] Sorts requiring temporary tables: 0% (0 temp sorts / 35K sorts) [!!] Joins performed without indexes: 1369 [!!] Temporary tables created on disk: 58% (6K on disk / 11K total) [OK] Thread cache hit rate: 99% (9 created / 9K connections) [OK] Table cache hit rate: 33% (2K open / 5K opened) [OK] Open file limit used: 3% (160/5K) [OK] Table locks acquired immediately: 100% (222K immediate / 222K locks) -------- InnoDB Metrics ----------------------------------------------------- [--] InnoDB is enabled. [--] InnoDB BufferPool Size :450.0M [--] InnoDB BufferPool Inst :1 [OK] InnoDB buffer pool / data size: 450.0M/310.3M [OK] InnoDB buffer pool instances: 1 [OK] InnoDB log waits: 0 -------- Recommendations ----------------------------------------------------- General recommendations: Run OPTIMIZE TABLE to defragment tables for better performance Restrict Host for user@% to user@SpecificDNSorIp Adjust your join queries to always utilize indexes When making adjustments, make tmp_table_size/max_heap_table_size equal Reduce your SELECT DISTINCT queries without LIMIT clauses Variables to adjust: query_cache_size (> 16M) join_buffer_size (> 256.0K, or always use indexes with joins) tmp_table_size (> 32M) max_heap_table_size (> 32M)
    0
  • cPanelMichael
    Hello :) Note that you can always implement some of the recommendations provided by the MySQL tuner, let MySQL run for another 24 hours, and post the updated results for user-feedback. You may also want to post the results on forums where more discussions of MySQL optimization occur (e.g. WebHostingTalk or StackOverflow) as often times the users on our forums focus on discussions of the cPanel/WHM software itself. Thank you.
    0

Please sign in to leave a comment.