Skip to main content

CPU server overload all days in the same hour

Comments

5 comments

  • PenguinInternet
    None of the cPanel cron jobs run at this time as standard, therefore you could check the crons for your hosted sites and see if anything is running at that time. The cron long will also be of use for this. You could also simply log into the server and run top just before this time and watch what processes are running - this should narrow it down almost immediately
    0
  • delalibera
    What I think strange is that is occurring every day at the same hour. At this moment my use of cpu is Server Load 0.493164 (4 CPUs) It does not seem like an overhead on the server because otherwise it would happen during various times of the day. I execute the top but I do not see difference from when the server is with no overload. This problem also occurred on the New Year's sunday, I am sure that no one was to be accessing the server. If it was an attack, even restarting the server it should continue. Just send the reboot command to the server, that the cpu usage begins to drop until the server reboots and returns to normal. I have the server one year and only started this problem last month. I need help.
    0
  • delalibera
    These are all the cronjobs 0 6 * * * /usr/local/cpanel/scripts/exim_tidydb > /dev/null 2>&1 30 5 * * * /usr/local/cpanel/scripts/optimize_eximstats > /dev/null 2>&1 19 21 * * * /usr/local/cpanel/scripts/upcp --cron 0 1 * * * /usr/local/cpanel/scripts/cpbackup 0 2 * * * /usr/local/cpanel/bin/backup 35 * * * * /usr/bin/test -x /usr/local/cpanel/bin/tail-check && /usr/local/cpanel/bin/tail-check 45 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_mailman_cache && /usr/local/cpanel/scripts/update_mailman_cache 30 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_db_cache && /usr/local/cpanel/scripts/update_db_cache 30 */2 * * * /usr/local/cpanel/bin/mysqluserstore >/dev/null 2>&1 15 */2 * * * /usr/local/cpanel/bin/dbindex >/dev/null 2>&1 15 */6 * * * /usr/local/cpanel/scripts/autorepair recoverymgmt >/dev/null 2>&1 */5 * * * * /usr/local/cpanel/scripts/dcpumon-wrapper >/dev/null 2>&1 44 21 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify 4,19,34,49 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1 I now ran all the cronjobs and do not generated server overload.
    0
  • PenguinInternet
    Given the time of day it happens (it not an unreasonable hour to monitor it manually) and the fact it is daily then I'd recommend actually watching it as it happens - just log in before 7am and watch top to see what processes are running and consuming resources as that should narrow it straight down.
    0
  • cPanelMichael
    Hello, You may find the following thread helpful: Troubleshooting high server loads on Linux servers There's a reference to a shell script you can run at the time the load issue occurs to help diagnose the problem. Thank you.
    0

Please sign in to leave a comment.