Skip to main content

vm_statistics64_data_t

Type Alias vm_statistics64_data_t 

Source
pub type vm_statistics64_data_t = vm_statistics64;

Aliased Type§

#[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,
}

Fields§

§free_count: u32§active_count: u32§inactive_count: u32§wire_count: u32§zero_fill_count: u64§reactivations: u64§pageins: u64§pageouts: u64§faults: u64§cow_faults: u64§lookups: u64§hits: u64§purges: u64§purgeable_count: u32§speculative_count: u32§decompressions: u64§compressions: u64§swapins: u64§swapouts: u64§compressor_page_count: u32§throttled_count: u32§external_page_count: u32§internal_page_count: u32§total_uncompressed_pages_in_compressor: u64§swapped_count: u64§total_tag_storage_pages: u64§nontag_pageable_tag_storage_pages: u64§nontag_wired_tag_storage_pages: u64§free_tag_storage_pages: u64§tag_storing_tag_storage_pages: u64§total_tagged_pages: u64§resident_tagged_pages: u64§compressed_tagged_pages: u64§tagged_compressions: u64§tagged_decompressions: u64§compressed_tag_storage_bytes: u64§speculative_pages_created: u64§speculative_pages_activated: u64§swap_count: u64§empty_tag_storing_tag_storage_pages: u64§executable_count: u64§shared_region_count: u64§boot_stolen_count: u64§secluded_count: u64§active_internal_count: u64§inactive_internal_count: u64§active_external_count: u64§inactive_external_count: u64§purgeable_pageable_count: u64§purgeable_wired_count: u64§background_internal_count: u64§background_external_count: u64§donated_count: u64§realtime_count: u64§max_mem_count: u64§phantom_ghosts_found: u64§phantom_ghosts_added: u64