• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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