Hi all,
I just moved my wordpress site to Linode two days ago. As someone who has very little coding skill, I am surprised and glad that my site is still alive. However, I occasionally received email notification from Linode when high traffic, like this:
"Your Linode, linodeXXXXXX, has exceeded the notification threshold (1000) for disk io rate by averaging 3298.32 for the last 2 hours."I found a few past discussions about this issue, realized the following info might help analyzing the issue.
Code:
total used free shared buffers cached
Mem: 1525248 1191664 333584 0 37872 468284
-/+ buffers/cache: 685508 839740
Swap: 262140 49164 212976
I also installed iotop and ran it. I got a list with a mostly 0.00s. Occasionally I saw something like:
"29587 be/4 mysql 0.00 B/s 11.64 K/s(this is disk write) 0.00% 0.00% msqld" or
"31144 be/4 www-data 0.00 B/s 3.89 K/s(this is disk write) 0.00% 0.00% apache2 -k start".
These show up fast, I had to took screen caps to capture the numbers. I am assuming there is something wrong with my database?
How can I optimize it? Will this cause any issue to the site?
Thanks in advance!
Allen