Values.CPUUtilizationSourceCPU utilization metrics for an instance.
type nonrec t = {user : NullableDouble.t option;Percentage of time that the CPU has spent in the User state over the last 10 seconds.
*)nice : NullableDouble.t option;Available on Linux environments only. Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.
*)system : NullableDouble.t option;Available on Linux environments only. Percentage of time that the CPU has spent in the System state over the last 10 seconds.
*)idle : NullableDouble.t option;Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.
*)iOWait : NullableDouble.t option;Available on Linux environments only. Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.
*)iRQ : NullableDouble.t option;Available on Linux environments only. Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.
*)softIRQ : NullableDouble.t option;Available on Linux environments only. Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.
*)privileged : NullableDouble.t option;Available on Windows environments only. Percentage of time that the CPU has spent in the Privileged state over the last 10 seconds.
*)}