Container CPUStats
constructor(cpuUsage: ContainerCPUUsage? = null, systemCpuUsage: Int? = null, onlineCpus: Int? = null, throttlingData: ContainerThrottlingData? = null)
Parameters
cpu Usage
system Cpu Usage
System Usage. This field is Linux-specific and omitted for Windows containers.
online Cpus
Number of online CPUs. This field is Linux-specific and omitted for Windows containers.
throttling Data