Server Load High and Slowing my Website Down as Well as Killing my mySQL
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):
cat /etc/my.cnf
top -s -c
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
innodb_file_per_table=1
max_allowed_packet=268435456
local-infile=0
top -s -c
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
-
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. 0 -
Hello :) The load itself looks normal, but if you are looking to troubleshoot load or CPU usage, the following thread should help: Troubleshooting High Load On Linux Systems Thank you. 0
Please sign in to leave a comment.
Comments
2 comments