开发者

Mysql creating high load average

开发者 https://www.devze.com 2023-02-16 20:25 出处:网络
Every few days the load ave开发者_Go百科rage on my Linux server goes through the roof 10.0+ and mysql is at the top of \"top\".Does anyone have an idea of how I can track down where this mysterious lo

Every few days the load ave开发者_Go百科rage on my Linux server goes through the roof 10.0+ and mysql is at the top of "top". Does anyone have an idea of how I can track down where this mysterious load is coming from?

Thanks for any advice.

Chris


When the load average peaks log in to MySql and type command "show processlist". This will give you the queries that MySql is executing currently. From there you can track down the ones that cause you problems.

0

精彩评论

暂无评论...
验证码 换一张
取 消