Question
My CPU is at 100% and I don't know how to resolve this.
Hi all, I have a droplet used for hosting multiple web site and recently my CPU has reached 100% constantly these past few days and I have not touched the server for a while.
Installed are nginx, php, mysql, cron and docker.
I have used the top
command and found there’s a process using a command called mh
PID | USER | PR | NI | VIRT | RES | SHR | S | %CPU | %MEM | TIME+ | COMMAND |
---|---|---|---|---|---|---|---|---|---|---|---|
5208 | 82 | 20 | 0 | 855300 | 884 | 56 | S | 99.3 | 0.1 | 6:43.80 | mh |
I have tried rebooting the server, restarting cron, restarting docker, killing the process but it keeps coming back.
Has anyone got any idea whats happening or how to prevent this?
Appreciated
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×