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