• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue high CPU-usage ("/usr/bin/apach" "php-cgi" "php-fpm")

Goodfred

Basic Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Version 18.0.57 Update #5, zuletzt aktualisiert: 27. Dez. 2023 11:20:16
Hello again everyone! :)

We have a high-CPU-usage on a server since a long time.
I've only found out that the processes "/usr/bin/apach" "php-cgi" "php-fpm" are the reason for the high-CPU-usage, but I dont know why.

Can you help me to fix this?

P.S.: Mostly "/usr/bin/apach" ist on ~80%~ and sometimes there are several processes with that name

And by that: I wish all of you a good new year! :)

Following screenshots:
2 x of command "top"
2 x Plesk CPU usage
1 x vCenter CPU usage

P.S.: Its a Plesk hosting machine with some websites. But the CPU should not be that high I think/I'm sure
 

Attachments

  • Screenshot 01 - top 01.png
    Screenshot 01 - top 01.png
    59 KB · Views: 18
  • Screenshot 02 - top 03.png
    Screenshot 02 - top 03.png
    66.2 KB · Views: 11
  • Screenshot 03 - Auslastung laut Plesk 01.png
    Screenshot 03 - Auslastung laut Plesk 01.png
    8.4 KB · Views: 10
  • Screenshot 04 - vCenter Auslastung.png
    Screenshot 04 - vCenter Auslastung.png
    56.4 KB · Views: 11
  • Screenshot 5 - Plesk CPU Auslastung 02.png
    Screenshot 5 - Plesk CPU Auslastung 02.png
    168.7 KB · Views: 14
This is normally caused by website traffic, especially bad bots and hacker attacks. You will need to check which domain is causing the issue (e.g. by running ps aux | grep php-fpm) and check their access_ssl_log what requests are found. Many times you'll see break-in attempts like frequent requests against xmlrpc.php or attempts to read authentication files, bad bots trying to index all kinds of files etc. Is your Fail2Ban Bad Bot jail active?
 
Back
Top