hamsterdb Embedded Database  2.1.7
Data Fields
ham_env_metrics_t Struct Reference

#include <hamsterdb_int.h>

Data Fields

ham_u16_t version
 
ham_u64_t mem_total_allocations
 
ham_u64_t mem_current_allocations
 
ham_u64_t mem_current_usage
 
ham_u64_t mem_peak_usage
 
ham_u64_t mem_heap_size
 
ham_u64_t page_count_fetched
 
ham_u64_t page_count_flushed
 
ham_u64_t page_count_type_index
 
ham_u64_t page_count_type_blob
 
ham_u64_t page_count_type_page_manager
 
ham_u64_t freelist_hits
 
ham_u64_t freelist_misses
 
ham_u64_t cache_hits
 
ham_u64_t cache_misses
 
ham_u64_t blob_total_allocated
 
ham_u64_t blob_total_read
 
ham_u64_t btree_smo_split
 
ham_u64_t btree_smo_merge
 
ham_u64_t extended_keys
 
ham_u64_t extended_duptables
 
ham_u64_t journal_bytes_flushed
 

Detailed Description

Definition at line 132 of file hamsterdb_int.h.

Field Documentation

ham_u64_t ham_env_metrics_t::blob_total_allocated

Definition at line 181 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::blob_total_read

Definition at line 184 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::btree_smo_merge

Definition at line 190 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::btree_smo_split

Definition at line 187 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::cache_hits

Definition at line 175 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::cache_misses

Definition at line 178 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::extended_duptables

Definition at line 196 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::extended_keys

Definition at line 193 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::freelist_hits

Definition at line 169 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::freelist_misses

Definition at line 172 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::journal_bytes_flushed

Definition at line 199 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::mem_current_allocations

Definition at line 140 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::mem_current_usage

Definition at line 145 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::mem_heap_size

Definition at line 151 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::mem_peak_usage

Definition at line 148 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::mem_total_allocations

Definition at line 137 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::page_count_fetched

Definition at line 154 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::page_count_flushed

Definition at line 157 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::page_count_type_blob

Definition at line 163 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::page_count_type_index

Definition at line 160 of file hamsterdb_int.h.

ham_u64_t ham_env_metrics_t::page_count_type_page_manager

Definition at line 166 of file hamsterdb_int.h.

ham_u16_t ham_env_metrics_t::version

Definition at line 134 of file hamsterdb_int.h.


The documentation for this struct was generated from the following file: