Struct mach::vm_statistics::vm_statistics [] [src]

pub struct vm_statistics {
    pub free_count: integer_t,
    pub active_count: integer_t,
    pub inactive_count: integer_t,
    pub wire_count: integer_t,
    pub zero_fill_count: integer_t,
    pub reactivations: integer_t,
    pub pageins: integer_t,
    pub pageouts: integer_t,
    pub faults: integer_t,
    pub cow_faults: integer_t,
    pub lookups: integer_t,
    pub hits: integer_t,
}

Fields