Skip to main content

Very High CPU Usage

Comments

3 comments

  • racerx8413
    What type of a site is running at user001 cpanel account? Is it a common CMS like wordpress, or custom php?
    0
  • blackkaviar
    It's a Wordpress site. And the support team at Cpanel actually provided some valuable additional info here. The CPU usage is coming from this script: /usr/bin/php /home/user001/public_html/wp-content/themes/index.php He ran a strace command using "strace -vvfp 13840", which results in it flooding the screen with the following output: access("/home/", R_OK) = -1 EACCES (Permission denied) access("/home/", R_OK) = -1 EACCES (Permission denied) access("/home/", R_OK) = -1 EACCES (Permission denied) access("/home/", R_OK) = -1 EACCES (Permission denied) The script seems to be trying to access /home with permissions it does not have, and I am not sure why it would need to access /home at all. That's as far as he can help to troubleshoot this. Anyone can please advise me where should I go from here?
    0
  • cPanelMichael
    Hello :) I just wanted to note that you may find the following thread helpful: Troubleshooting High Loads On Linux Systems You may also want to post on the WordPress forums to see if the user-feedback there is helpful. Thank you.
    0

Please sign in to leave a comment.