Skip to main content

MYSQL 500 + CPU

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! While the tuner script is a great tool, it can't tell you the reason behind the high load. I'd recommend watching the actual MySQL resource usage with "mysqladmin proc status" during one of the times you see the high load. This will show you if there are any slow queries or queries using too much CPU. Checking the main MySQL error log is also a good idea, just to see if there is anything odd happening that shouldn't be.
    0
  • Miestre
    Hey there! While the tuner script is a great tool, it can't tell you the reason behind the high load. I'd recommend watching the actual MySQL resource usage with "mysqladmin proc status" during one of the times you see the high load. This will show you if there are any slow queries or queries using too much CPU. Checking the main MySQL error log is also a good idea, just to see if there is anything odd happening that shouldn't be.

    Hello CPREX, thanks by your answer! I allways do that, i check the MYSQL queries that are running, but i will reset slow querie log and run it by a week, then i will try to optimize the slowest queries. Regards,
    0

Please sign in to leave a comment.