• 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 CPU usage per Wordpress installation

There is no "ready-to-go" solution, but technically, it would be possible to come close to a solution. You could write a script that reads the cpu usage from the console by grepping the user name of the subscription from all PHP-FPM and httpd/apache2 lines, then add them all up to get the total cpu usage of your subscription in regard of web server and PHP.
 
Back
Top