• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved How to see which customer accounts use the most CPU

lanix343

Basic Pleskian
Hello,

How to see which customer accounts use the most CPU. I can only see the general CPU usage but I think that some accounts are using a lot of CPU power.
Is there any way I can see what the CPU Usage that is visible in Plesk is composed of?

Thanks!
 
Try this command line command to see the highest cpu power consumers:
Code:
watch "ps aux | sort -nrk 3,3 | head -n 20"
The customer behind that can easily be identified by either the domain given in the right part of the display or through the user id.
 
Great, I will try it out. Is there a way to actually statistically get these values over time like with Grafna?
 
Not in Plesk, but maybe there is some kind of software for Linux that I don't know with which this can be done.
 
Back
Top