Skip to main content
Question

Report on average memory use

  • February 20, 2026
  • 1 reply
  • 5 views

Forum|alt.badge.img+6

I've been asked to produce a report on the average memory use of our servers.

I can get the information I need via a Performance Graph (see below) but, because I've been
asked to do this for several hundred servers, I'm looking for a way to automate
this as much as possible.

Is it possible to get average memory use via clapi or SQL queries?
 

Memory use on one server

 

1 reply

lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • March 3, 2026

Hi ​@eseyman, There is no function in Centreon to obtain this type of result other than on the performance graph.

Indeed, this data is calculated by the RRD storage (rrd tool) during data extraction if the "Print Average" box is checked in the curve definition in the "Monitoring > Performances > Curves" menu.

Otherwise, you can use Get service performance data API endpoint to extract values and compute the average.