TheBigK
Well-known member
We've experienced about 4 short-time downtimes (mostly http going down) in the span of about 2-3 weeks. If my memory serves me right, the problem started occurring ever since we enabled the Widget Framework Add-On. But I'm not putting the blame on that add-on right away; because I'm yet to figure out what's causing the load to shoot up.
I discussed the issue with my hosting provider and the response I got from them is as follows -
Can someone help me how do go about identifying the error and fix it?
I discussed the issue with my hosting provider and the response I got from them is as follows -
I have adjusted the courier processes downward from 50 for max daemons (quite
high for a server no mass mailing) to 5 for now. As for the mysql processes,
it appears that the user is making mysql queries that are often hanging
in a waiting for INSERT status. This isn't actually something I can correct,
as it is a result of the queries themselves, and unfortunately we are not
actual database admins. You may wish to have your query structure reviewed in
relation to the site's database [name].
If you are familiar with ssh protocol, you can use the following command to
watch your mysql queries in near real-time (generally quick queries happen so
fast you wouldn't be able to see them well and this updates every half
second).
If not, you can use the Show MySql Processes option in WHM to get a snapshot
of those existing at that moment in time. This may help structure the queries
more efficiently to reduce server load.
Can someone help me how do go about identifying the error and fix it?