• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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