Type Alias vm_statistics64_data_t
Source pub type vm_statistics64_data_t = vm_statistics64;
#[repr(C, packed(8))]
pub struct vm_statistics64_data_t {Show 57 fields
pub free_count: u32,
pub active_count: u32,
pub inactive_count: u32,
pub wire_count: u32,
pub zero_fill_count: u64,
pub reactivations: u64,
pub pageins: u64,
pub pageouts: u64,
pub faults: u64,
pub cow_faults: u64,
pub lookups: u64,
pub hits: u64,
pub purges: u64,
pub purgeable_count: u32,
pub speculative_count: u32,
pub decompressions: u64,
pub compressions: u64,
pub swapins: u64,
pub swapouts: u64,
pub compressor_page_count: u32,
pub throttled_count: u32,
pub external_page_count: u32,
pub internal_page_count: u32,
pub total_uncompressed_pages_in_compressor: u64,
pub swapped_count: u64,
pub total_tag_storage_pages: u64,
pub nontag_pageable_tag_storage_pages: u64,
pub nontag_wired_tag_storage_pages: u64,
pub free_tag_storage_pages: u64,
pub tag_storing_tag_storage_pages: u64,
pub total_tagged_pages: u64,
pub resident_tagged_pages: u64,
pub compressed_tagged_pages: u64,
pub tagged_compressions: u64,
pub tagged_decompressions: u64,
pub compressed_tag_storage_bytes: u64,
pub speculative_pages_created: u64,
pub speculative_pages_activated: u64,
pub swap_count: u64,
pub empty_tag_storing_tag_storage_pages: u64,
pub executable_count: u64,
pub shared_region_count: u64,
pub boot_stolen_count: u64,
pub secluded_count: u64,
pub active_internal_count: u64,
pub inactive_internal_count: u64,
pub active_external_count: u64,
pub inactive_external_count: u64,
pub purgeable_pageable_count: u64,
pub purgeable_wired_count: u64,
pub background_internal_count: u64,
pub background_external_count: u64,
pub donated_count: u64,
pub realtime_count: u64,
pub max_mem_count: u64,
pub phantom_ghosts_found: u64,
pub phantom_ghosts_added: u64,
}