• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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