Answer the question
In order to leave comments, you need to log in
How to catch a process that loads the CPU on the server?
There is a server on Ubuntu Server 16.04, which has been running on Yandex.Cloud for a year and a half, there were no problems, but just yesterday I saw in cloud monitoring that the server is always 100% loaded. The funny thing is that as soon as you enter the server via ssh, the entire load disappears and top does not show any extra processes, everything is fine. You close the console and the load appears again. Then I went in again and quickly executed the command
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%cpu | head -n 3
PID PPID CMD %MEM %CPU
14455 56240 lmevk 59.3 198
$ ps -p 56240
PID TTY TIME CMD
56240 ? 00:00:40 noazjd
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question