pub type MemoryStat = MemoryStat;๐Deprecated since 0.8.0: Please use
docker_sdk::container::MemoryStat. This will be removed in 0.9.0.Aliased Typeยง
pub struct MemoryStat {Show 30 fields
pub total_pgmajfault: u64,
pub cache: u64,
pub mapped_file: u64,
pub total_inactive_file: u64,
pub pgpgout: u64,
pub rss: u64,
pub total_mapped_file: u64,
pub writeback: u64,
pub unevictable: u64,
pub pgpgin: u64,
pub total_unevictable: u64,
pub pgmajfault: u64,
pub total_rss: u64,
pub total_rss_huge: u64,
pub total_writeback: u64,
pub total_inactive_anon: u64,
pub rss_huge: u64,
pub hierarchical_memory_limit: u64,
pub hierarchical_memsw_limit: u64,
pub total_pgfault: u64,
pub total_active_file: u64,
pub active_anon: u64,
pub total_active_anon: u64,
pub total_pgpgout: u64,
pub total_cache: u64,
pub inactive_anon: u64,
pub active_file: u64,
pub pgfault: u64,
pub inactive_file: u64,
pub total_pgpgin: u64,
}Fieldsยง
ยงtotal_pgmajfault: u64ยงcache: u64ยงmapped_file: u64ยงtotal_inactive_file: u64ยงpgpgout: u64ยงrss: u64ยงtotal_mapped_file: u64ยงwriteback: u64ยงunevictable: u64ยงpgpgin: u64ยงtotal_unevictable: u64ยงpgmajfault: u64ยงtotal_rss: u64ยงtotal_rss_huge: u64ยงtotal_writeback: u64ยงtotal_inactive_anon: u64ยงrss_huge: u64ยงhierarchical_memory_limit: u64ยงhierarchical_memsw_limit: u64ยงtotal_pgfault: u64ยงtotal_active_file: u64ยงactive_anon: u64ยงtotal_active_anon: u64ยงtotal_pgpgout: u64ยงtotal_cache: u64ยงinactive_anon: u64ยงactive_file: u64ยงpgfault: u64ยงinactive_file: u64ยงtotal_pgpgin: u64