• 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 Monitoring php-fpm CPU usage per website

Grzegorz W

New Pleskian
Hello,

does someone tried to monitor CPU usage of php-fpm pools? I'm thinking about having some kind of internal tool to monitor CPU usage of websites which are being runned on Plesk. For now best way (for PHP) for checking CPU usage is to run:

Code:
top -c -n 1 -b | grep pool

command. But I'm wondering how to count CPU usage. Lets say we have multiple websites and multiple processed running for them and website1.com is using in on process 87% CPU and in second process 47% of CPU. Should we divide this numbers but available cpu/core number to have real CPU usage for this website? I know this can be only current usage and when we collect 6 reads in 10 seconds interval and average them to have 1 minute average read it will be smaller number but still I'm wondering about real usage of this process in this one moment when sum of website1.com usage is greater than 100% of CPU.

Any thoughs?

Thanks
 
Back
Top