upscaledb  2.2.1
Data Fields
ups_env_metrics_t Struct Reference

#include <upscaledb_int.h>

Data Fields

uint16_t version
 
uint64_t mem_total_allocations
 
uint64_t mem_current_allocations
 
uint64_t mem_current_usage
 
uint64_t mem_peak_usage
 
uint64_t mem_heap_size
 
uint64_t page_count_fetched
 
uint64_t page_count_flushed
 
uint64_t page_count_type_index
 
uint64_t page_count_type_blob
 
uint64_t page_count_type_page_manager
 
uint64_t freelist_hits
 
uint64_t freelist_misses
 
uint64_t cache_hits
 
uint64_t cache_misses
 
uint64_t blob_total_allocated
 
uint64_t blob_total_read
 
uint64_t btree_smo_split
 
uint64_t btree_smo_merge
 
uint64_t extended_keys
 
uint64_t extended_duptables
 
uint64_t journal_bytes_flushed
 
uint64_t journal_bytes_before_compression
 
uint64_t journal_bytes_after_compression
 
uint64_t record_bytes_before_compression
 
uint64_t record_bytes_after_compression
 
uint64_t key_bytes_before_compression
 
uint64_t key_bytes_after_compression
 
btree_metrics_t btree_leaf_metrics
 
btree_metrics_t btree_internal_metrics
 
ups_bool_t is_avx_enabled
 

Detailed Description

Definition at line 214 of file upscaledb_int.h.

Field Documentation

uint64_t ups_env_metrics_t::blob_total_allocated

Definition at line 263 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::blob_total_read

Definition at line 266 of file upscaledb_int.h.

btree_metrics_t ups_env_metrics_t::btree_internal_metrics

Definition at line 305 of file upscaledb_int.h.

btree_metrics_t ups_env_metrics_t::btree_leaf_metrics

Definition at line 302 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::btree_smo_merge

Definition at line 272 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::btree_smo_split

Definition at line 269 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::cache_hits

Definition at line 257 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::cache_misses

Definition at line 260 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::extended_duptables

Definition at line 278 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::extended_keys

Definition at line 275 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::freelist_hits

Definition at line 251 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::freelist_misses

Definition at line 254 of file upscaledb_int.h.

ups_bool_t ups_env_metrics_t::is_avx_enabled

Definition at line 308 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::journal_bytes_after_compression

Definition at line 287 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::journal_bytes_before_compression

Definition at line 284 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::journal_bytes_flushed

Definition at line 281 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::key_bytes_after_compression

Definition at line 299 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::key_bytes_before_compression

Definition at line 296 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::mem_current_allocations

Definition at line 222 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::mem_current_usage

Definition at line 227 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::mem_heap_size

Definition at line 233 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::mem_peak_usage

Definition at line 230 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::mem_total_allocations

Definition at line 219 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::page_count_fetched

Definition at line 236 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::page_count_flushed

Definition at line 239 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::page_count_type_blob

Definition at line 245 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::page_count_type_index

Definition at line 242 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::page_count_type_page_manager

Definition at line 248 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::record_bytes_after_compression

Definition at line 293 of file upscaledb_int.h.

uint64_t ups_env_metrics_t::record_bytes_before_compression

Definition at line 290 of file upscaledb_int.h.

uint16_t ups_env_metrics_t::version

Definition at line 216 of file upscaledb_int.h.


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