• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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