summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/stat.h')
-rw-r--r--src/third_party/wiredtiger/src/include/stat.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index df1cd95de67..309d0b50805 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -466,6 +466,8 @@ struct __wt_connection_stats {
int64_t cache_write;
int64_t cache_write_restore;
int64_t cache_overhead;
+ int64_t cache_hs_insert_full_update;
+ int64_t cache_hs_insert_reverse_modify;
int64_t cache_bytes_internal;
int64_t cache_bytes_leaf;
int64_t cache_bytes_dirty;
@@ -696,7 +698,11 @@ struct __wt_connection_stats {
int64_t session_table_alter_trigger_checkpoint;
int64_t session_table_alter_skip;
int64_t session_table_compact_fail;
+ int64_t session_table_compact_fail_cache_pressure;
+ int64_t session_table_compact_running;
+ int64_t session_table_compact_skipped;
int64_t session_table_compact_success;
+ int64_t session_table_compact_timeout;
int64_t session_table_create_fail;
int64_t session_table_create_success;
int64_t session_table_drop_fail;
@@ -835,6 +841,10 @@ struct __wt_dsrc_stats {
int64_t block_minor;
int64_t btree_checkpoint_generation;
int64_t btree_clean_checkpoint_timer;
+ int64_t btree_compact_pages_reviewed;
+ int64_t btree_compact_pages_write_selected;
+ int64_t btree_compact_pages_skipped;
+ int64_t btree_compact_skipped;
int64_t btree_column_fix;
int64_t btree_column_internal;
int64_t btree_column_rle;
@@ -849,7 +859,7 @@ struct __wt_dsrc_stats {
int64_t btree_maximum_depth;
int64_t btree_entries;
int64_t btree_overflow;
- int64_t btree_compact_rewrite;
+ int64_t btree_compact_pages_rewritten;
int64_t btree_row_empty_values;
int64_t btree_row_internal;
int64_t btree_row_leaf;
@@ -909,6 +919,8 @@ struct __wt_dsrc_stats {
int64_t cache_eviction_pages_seen;
int64_t cache_write;
int64_t cache_write_restore;
+ int64_t cache_hs_insert_full_update;
+ int64_t cache_hs_insert_reverse_modify;
int64_t cache_bytes_dirty;
int64_t cache_eviction_clean;
int64_t cache_state_gen_avg_gap;