Server Load High and Slowing my Website Down as Well as Killing my mySQL

fsaadatp

Active Member
Mar 24, 2014
32
0
6
cPanel Access Level
Root Administrator
I have recently install varnish to fix the server load as well. currently running on Amazon EC2 m1.small, how can fix this issue? Please help.


Server load info (it goes up to 4.57 sometimes):
Code:
Server load	1.04 (1 CPU)	
Memory Used	28.09% (476,168 of 1,694,956)	
Swap Used	0% (0 of 1)
cat /etc/my.cnf
Code:
innodb_file_per_table=1
max_allowed_packet=268435456
local-infile=0
top -s -c
Code:
top - 02:52:52 up  6:16,  5 users,  load average: 0.24, 0.66, 0.98
Tasks: 105 total,   1 running, 102 sleeping,   0 stopped,   2 zombie
Cpu(s):  5.6%us,  6.9%sy,  0.0%ni, 75.7%id,  1.3%wa,  0.0%hi,  0.0%si, 10.5%st
Mem:   1694956k total,  1350788k used,   344168k free,    76276k buffers
Swap:        0k total,        0k used,        0k free,   858656k cached
 

SS-Maddy

Well-Known Member
Mar 28, 2009
130
18
68
cPanel Access Level
Root Administrator
The provided outputs doesn't indicate any serious issues. CPU idle time is above 75% and no active swapping is visible. You may check the possibility of tweaking the MySQL server for better performance.