Type Alias MemoryStats

Source
pub type MemoryStats = MemoryStats;
👎Deprecated since 0.8.0: Please use docker_sdk::container::MemoryStats. This will be removed in 0.9.0.

Aliased Type§

pub struct MemoryStats {
    pub max_usage: u64,
    pub usage: u64,
    pub failcnt: Option<u64>,
    pub limit: u64,
    pub stats: MemoryStat,
}

Fields§

§max_usage: u64§usage: u64§failcnt: Option<u64>§limit: u64§stats: MemoryStat