• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue Process with user syslog and command cache-main is constantly at 100% CPU

Crim

New Pleskian
I have a Plesk server on Ubuntu 18 and every day this process uses 100% until I kill it. Does anybody know what this process does?
It runs with user syslog and command cache-main.

1628469047544.png
 
That process looks suspicious to me. You should investigate it to find out where the binary lives and which process was calling it.

List open files/descriptors/sockets of the process: lsof -p 9977
Retrieve parent process ID: ps -o ppid= -p 9977
Then do lsof -p with the parent process ID
Also, do a full "ps auxwww" to list all of your processes.
 
Looks like it has something to do with Varnish. I have Varnish running in a Docker container. Is it possible this is visible like this on the host?

1628504009570.png
 
Ah OK, so "cache-main" belongs to Varnish, so nothing suspicious.
I can't tell you why that varnish process has such a high CPU usage, you will have to debug that using varnishtop and other tools, but this is outside of the scope of Plesk. Also, check your varnish logs if you see anything that will give you an indication about what's going on.
 
Back
Top