• 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.

Question Programmatically get the current CPU/RAM usage from cgroup for a certain subscription

karam

Basic Pleskian
Hello Everyone,

How can we get the current cgroup CPU/RAM usage programmatically for a certain subscription, is that even possible ?
I have Plesk Cgroups Extension installed and configuration is enabled for subscription..
 
Last edited:
Hi karam,

There is no easy way. This data could be extracted from RRD-files or from the Advanced Monitoring extension as the Grafana extension does.

  • Changelog for Advanced Monitoring:
Code:
1.4.0 (22 December 2020)
[+] Introduced the new "Enable integration with the Cgroups Manager" feature available for Plesk installations where the Plesk Cgroups Manager license is installed.

With this feature, Plesk users can see how much resources their subscriptions consume. The Plesk administrator, in turn, can see and compare load between multiple subscriptions (up to 10).

The feature will be gradually turned on: first on Plesk servers that have fewer than 10 subscriptions. However, the Plesk administrator can turn on the feature for servers with a larger number of subscriptions by adding the following lines to the panel.ini file:

  [ext-monitoring]
  allowCgroupsManagerIntegration = true
 
Back
Top