Struct bollard::container::MemoryStatsStatsV1
source · pub struct MemoryStatsStatsV1 {Show 34 fields
pub cache: u64,
pub dirty: 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 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 total_dirty: u64,
pub inactive_anon: u64,
pub active_file: u64,
pub pgfault: u64,
pub inactive_file: u64,
pub total_pgmajfault: u64,
pub total_pgpgin: u64,
pub hierarchical_memsw_limit: Option<u64>,
pub shmem: Option<u64>,
pub total_shmem: Option<u64>,
}
Expand description
Granular memory statistics for the container, v1 cgroups.
Exposed in the docker library here.
Fields§
§cache: u64
§dirty: 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
§total_pgfault: u64
§total_active_file: u64
§active_anon: u64
§total_active_anon: u64
§total_pgpgout: u64
§total_cache: u64
§total_dirty: u64
§inactive_anon: u64
§active_file: u64
§pgfault: u64
§inactive_file: u64
§total_pgmajfault: u64
§total_pgpgin: u64
§hierarchical_memsw_limit: Option<u64>
§shmem: Option<u64>
§total_shmem: Option<u64>
Trait Implementations§
source§impl Clone for MemoryStatsStatsV1
impl Clone for MemoryStatsStatsV1
source§fn clone(&self) -> MemoryStatsStatsV1
fn clone(&self) -> MemoryStatsStatsV1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MemoryStatsStatsV1
impl Debug for MemoryStatsStatsV1
source§impl<'de> Deserialize<'de> for MemoryStatsStatsV1
impl<'de> Deserialize<'de> for MemoryStatsStatsV1
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MemoryStatsStatsV1
impl PartialEq for MemoryStatsStatsV1
source§impl Serialize for MemoryStatsStatsV1
impl Serialize for MemoryStatsStatsV1
impl Copy for MemoryStatsStatsV1
impl StructuralPartialEq for MemoryStatsStatsV1
Auto Trait Implementations§
impl Freeze for MemoryStatsStatsV1
impl RefUnwindSafe for MemoryStatsStatsV1
impl Send for MemoryStatsStatsV1
impl Sync for MemoryStatsStatsV1
impl Unpin for MemoryStatsStatsV1
impl UnwindSafe for MemoryStatsStatsV1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)