• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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