Skip to main content

10961 requests currently being processed, 87 idle workers

Comments

3 comments

  • cPanelMichael
    Hello, Do you notice any error messages in /usr/local/apache/logs/error_log when this happens, or are your websites inaccessible? The following thread can help if your load average is high: Troubleshooting High Loads On Linux Systems Thank you.
    0
  • kamall
    Yes the thing was about big db about 30 Gb Now i am fine Rootfs is 42% All i have to say is delete all big unnecessary db in sql and you are all fine. here is the command to find out which is eating much more. type this in ssh mysql SELECT table_schema "database", sum(data_length + index_length)/1024/1024 "size in MB" FROM information_schema.TABLES GROUP BY table_schema; I hope will show you all Kamal L,
    0
  • cPanelMichael
    You may also want to consider optimizing MySQL as deleting a database is not always an option for users that require the data. This thread is useful for this: mysqlmymonlite.sh server stats gathering tool for cPanel Server Thank you.
    0

Please sign in to leave a comment.