Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: blackstar on August 11, 2024, 01:40:20 AM

Title: The server is doing a "find". Load is increasing..
Post by: blackstar on August 11, 2024, 01:40:20 AM
Hello


13404 root      20   0  137340  17972   1092 R  100.0  0.1   0:02.76 find
13450 root      20   0  137340  17972   1092 R  58.2  0.1   0:02.17 find
13403 root      20   0  137340  17968   1092 R  51.3  0.1   0:02.79 find

The server keeps searching like this. Is there a way to stop it?

CentOS Linux release 7.9.2009
CWPpro version: 0.9.8.1181
Web Servers: nginx-varnish-apache
Load: 21.00...

Can you help me?

Title: Re: The server is doing a "find". Load is increasing..
Post by: overseer on August 11, 2024, 04:19:13 AM
I would start sleuthing with lsof:
https://www.howtogeek.com/426031/how-to-use-the-linux-lsof-command/#list-files-opened-by-a-process (https://www.howtogeek.com/426031/how-to-use-the-linux-lsof-command/#list-files-opened-by-a-process)
Title: Re: The server is doing a "find". Load is increasing..
Post by: blackstar on August 11, 2024, 04:29:23 AM
Thank you but I have no idea what to do.