Skip to main content

CPU load increase sync_supers

Comments

4 comments

  • rahulkshinde
    Hello @edwin.hsu, Did you see as which user the sync_supers process was running ? is it root user or any other (including nobody), it must be root as sync_supers is a kernel thread and should not cause load. If it was running with another user ownership then its surely a compromised. You should scan the user or even the server first.
    0
  • edwin.hsu
    Hello @edwin.hsu, Did you see as which user the sync_supers process was running ? is it root user or any other (including nobody), it must be root as sync_supers is a kernel thread and should not cause load. If it was running with another user ownership then its surely a compromised. You should scan the user or even the server first.

    Hello @rahulkshinde, I saw it was running by our own user(called unicorn) (not root and not nobody). But actually we didn't do anything on 2AM, or can be it was a cron tab? The weird things after the CPU getting high and I reboot my server is all my crontab list are gone. Yesterday I just change our password and reduce the crontab list, only the important cron job, and today its fine, no CPU alert on 2AM anymore. But actually I'm still curious and afraid it will happened again :( Thank you
    0
  • cPanelMichael
    Hello, The following thread is a good place to start when troubleshooting high resource usage: Troubleshooting high server loads on Linux servers Thank you.
    0
  • rahulkshinde
    Hello @edwin.hsu I think you should scan the files for the user unicorn and also check cronjobs for that user. The thread mentioned by @cPanelMichael is also good start to check exactly what and why the load on server.
    0

Please sign in to leave a comment.