• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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