Container CPUStats
@Serializable
CPU related info of the container
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
Constructors
Link copied to clipboard
constructor(cpuUsage: ContainerCPUUsage? = null, systemCpuUsage: Int? = null, onlineCpus: Int? = null, throttlingData: ContainerThrottlingData? = null)