If you are interested in the general load values, the metrics are stored in the PMMA, PMMAV tables if you have the PERFORMANCE_ACTIVE set to Y in UC_SYSTEM_SETTTINGS.
select pmmav_key,pmma_timestamp, pmmav_value from pmma
join pmmav on pmma_idnr = pmmav_pmma_idnr
where pmma_pmmd_idnr = 6
This should give you the metrics in one minute resolution.
I ingest this data (accually now collected via REST API ) to a timeseries DB (influx) and do the aggeration there.
------------------------------
Cheers,
Marcin
------------------------------
Original Message:
Sent: Jun 08, 2023 06:11 AM
From: Michael Lowry
Subject: Read B.01, B.10 & B.60 from the DB
Is there a way to read the B.01, B.10 & B.60 server process utilization values from the AE database?