vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   Sudden increase in server load at specific times (https://vborg.vbsupport.ru/showthread.php?t=302808)

abdobasha2004 10-09-2013 03:35 PM

Quote:

Originally Posted by snakes1100 (Post 2451159)
Can you take a snapshot of "top" running when its under heavy load?

Hit 1 after top starts so we can see all the core's.

now load is 40

the cause of this load is mysql

[mysqld]
query_cache_size=256M
table_cache=80000
max_connections=5000
open_files_limit=5400
log-slow-queries="/var/lib/mysql/slow.log"
innodb_file_per_table=1
thread_cache_size=4
interactive_timeout=60
wait_timeout=60
default-storage-engine=MyISAM
max_heap_table_size = 32M
local-infile=0
max_allowed_packet = 16MB


for my.cnf

and this is what mysql tuner says.

-------- General Statistics --------------------------------------------------
[--] Skipped version check for MySQLTuner script
[OK] Currently running supported MySQL version 5.5.32-cll
[OK] Operating on 64-bit architecture

-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 1G (Tables: 333)
[--] Data in InnoDB tables: 224K (Tables: 14)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[--] Data in MEMORY tables: 16M (Tables: 111)
[!!] Total fragmented tables: 19

-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned

-------- Performance Metrics -------------------------------------------------
[--] Up for: 20h 0m 46s (32M q [447.256 qps], 2M conn, TX: 1387B, RX: 9B)
[--] Reads / Writes: 63% / 37%
[--] Total buffers: 424.0M global + 2.8M per thread (5000 max threads)
[OK] Maximum possible memory usage: 13.8G (59% of installed RAM)
[OK] Slow queries: 0% (979/32M)
[OK] Highest usage of available connections: 33% (1686/5000)
[OK] Key buffer size / total MyISAM indexes: 8.0M/1.1G
[OK] Key buffer hit rate: 99.0% (1B cached / 9M reads)
[OK] Query cache efficiency: 79.3% (16M cached / 21M selects)
[!!] Query cache prunes per day: 11559
[OK] Sorts requiring temporary tables: 0% (279 temp sorts / 1M sorts)
[OK] Temporary tables created on disk: 1% (3K on disk / 217K total)
[OK] Thread cache hit rate: 93% (182K created / 2M connections)
[OK] Table cache hit rate: 92% (15K open / 16K opened)
[OK] Open file limit used: 9% (15K/165K)
[OK] Table locks acquired immediately: 99% (16M immediate / 16M locks)
[OK] InnoDB data size / buffer pool: 224.0K/128.0M

-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Increasing the query_cache size over 128M may reduce performance
Variables to adjust:
query_cache_size (> 256M) [see warning above]

https://vborg.vbsupport.ru/external/2013/10/58.png

Simon Lloyd 10-09-2013 03:48 PM

I think you may have a corrupt table as that server right now is hardly under load.

snakes1100 10-09-2013 05:07 PM

Quote:

Originally Posted by Simon Lloyd (Post 2451326)
I think you may have a corrupt table as that server right now is hardly under load.

What picture are you looking at?

-----------------------------------------

As your server's CPU is using over 60% on each core & your going defunct on almost every php pid, i would start by removing suPHP & running apache/php as a DSO.

You would also need to optimize that server.

Your my.cnf settings are badly done, if your host is the one doing it, i would put a stop to that, as they dont have a clue on how to optimize a server.

This variable (thread_cache_size=4) isnt even used under the [mysqld] section & its set wrong anyways.

Simon Lloyd 10-09-2013 05:18 PM

Quote:

Originally Posted by snakes1100 (Post 2451347)
What picture are you looking at?.

His cpu usage and memory usage are fairly low, i suspect the load shown at the top is the entire load of the shared server.

There again i'm not wearing my glasses :)

--------------- Added [DATE]1381342875[/DATE] at [TIME]1381342875[/TIME] ---------------

I'm also interested to know why you have mixed tables, you have a few InnoDB tables was that by choice, by install, your hosts...etc?

abdobasha2004 10-09-2013 05:21 PM

Quote:

Originally Posted by snakes1100 (Post 2451347)
What picture are you looking at?

-----------------------------------------

As your server's CPU is using over 60% on each core & your going defunct on almost every php pid, i would start by removing suPHP & running apache/php as a DSO.

You would also need to optimize that server.

Your my.cnf settings are badly done, if your host is the one doing it, i would put a stop to that, as they dont have a clue on how to optimize a server.

This variable (thread_cache_size=4) isnt even used under the [mysqld] section & its set wrong anyways.

Do you have a recommended configuration plz
?

snakes1100 10-09-2013 05:27 PM

Is this a shared server?

Simon, in his first post, he states dedicated.

As far as recommendations, i would start by removing suPHP & running apache/php as a dso, you really need to find out whats going on.

As far as SQL goes, its not as simple as me telling you what to use here, the stats you posted arent enough.

As to mixed tables, there is nothing wrong with that.

abdobasha2004 10-09-2013 05:36 PM

It is dedicated
are these the recommended settings to start with?

snakes1100 10-09-2013 05:41 PM

Start by removing suPHP & running apache/php as a DSO.

Then you can start checking your server logs for more details as to whats going on.

There is really no way to give you recommendations, as you havent provided much to work with in terms of settings on the server, apache, php, mysql & the OS settings for things like open file limits or if your running any caching programs etc.

Tuning a server entails much more than just simple data posted in the forums, as there are many things to look at.

Besides the fact that your server is using all its RAM & states only about 200MB free

table_cache=80000 <-- Thats way to high
max_connections=5000 <-- Way to high
open_files_limit=5400 <-- Doesnt matter unless the OS allows that many
thread_cache_size=4 <-- Wrong section & set wrong

Edit to add:
If your host is setting your server details, i would fire them on the spot for poor workmanship.......

--------------- Added [DATE]1381349605[/DATE] at [TIME]1381349605[/TIME] ---------------

Looks like you down now for server load.

Run this cmd in ssh when this happens & post the results:
netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1

abdobasha2004 10-10-2013 06:51 PM

For all thanks for your help
It was discovered that the problem was a ddos attack + flooding
We used cloudflare business and problem solved

Thanks God

:)


All times are GMT. The time now is 05:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01087 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete