pub type CpuStats = CpuStats;👎Deprecated since 0.8.0: Please use
docker_sdk::container::CpuStats. This will be removed in 0.9.0.Aliased Type§
pub struct CpuStats {
pub cpu_usage: CpuUsage,
pub system_cpu_usage: u64,
pub throttling_data: ThrottlingData,
}Fields§
§cpu_usage: CpuUsage§system_cpu_usage: u64§throttling_data: ThrottlingData