Values.SystemStatusSourceCPU utilization and load average metrics for an Amazon EC2 instance.
type nonrec t = {cPUUtilization : CPUUtilization.t option;CPU utilization metrics for the instance.
*)loadAverage : LoadAverage.t option;Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Double of LoadAverageValue.t ] list
| `Structure of (string * [> `Double of NullableDouble.t ]) list ])
list ]