Type Alias DB_MPOOL_STAT
Source pub type DB_MPOOL_STAT = __db_mpool_stat;
struct DB_MPOOL_STAT {Show 44 fields
pub st_gbytes: u32,
pub st_bytes: u32,
pub st_ncache: u32,
pub st_max_ncache: u32,
pub st_mmapsize: usize,
pub st_maxopenfd: i32,
pub st_maxwrite: i32,
pub st_maxwrite_sleep: u32,
pub st_pages: u32,
pub st_map: u32,
pub st_cache_hit: u64,
pub st_cache_miss: u64,
pub st_page_create: u64,
pub st_page_in: u64,
pub st_page_out: u64,
pub st_ro_evict: u64,
pub st_rw_evict: u64,
pub st_page_trickle: u64,
pub st_page_clean: u32,
pub st_page_dirty: u32,
pub st_hash_buckets: u32,
pub st_hash_mutexes: u32,
pub st_pagesize: u32,
pub st_hash_searches: u32,
pub st_hash_longest: u32,
pub st_hash_examined: u64,
pub st_hash_nowait: u64,
pub st_hash_wait: u64,
pub st_hash_max_nowait: u64,
pub st_hash_max_wait: u64,
pub st_region_nowait: u64,
pub st_region_wait: u64,
pub st_mvcc_frozen: u64,
pub st_mvcc_thawed: u64,
pub st_mvcc_freed: u64,
pub st_alloc: u64,
pub st_alloc_buckets: u64,
pub st_alloc_max_buckets: u64,
pub st_alloc_pages: u64,
pub st_alloc_max_pages: u64,
pub st_io_wait: u64,
pub st_sync_interrupted: u64,
pub st_regsize: usize,
pub st_regmax: usize,
}