• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Check CPU usage by domain

Korkodilos_

New Pleskian
Greetings fellow pleskians.
Is there a way to check the CPU usage of a domain/subscription? I'm seeing quite high spikes in grafana and i'm unable to track down the culprit.
 
A good start is to simply look at the cpu usage of the PHP-FPM processes like
# ps aux | grep php-fpm
You can tell which account uses the resources from the first column. From there, descend into /var/www/vhosts/<subscription>/logs and view the access_log for repeating requests such as wp-login.php and xmlrpc.php, they are very frequently the cause for high loads. Block the attackers IP with iptables or any other suitable way.
 
Back
Top