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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index 4b6b9cec111..fa97bd881c9 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -357,6 +357,10 @@ struct __wt_connection_stats {
int64_t cache_eviction_get_ref_empty2;
int64_t cache_eviction_aggressive_set;
int64_t cache_eviction_empty_score;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_1;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_2;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_3;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_4;
int64_t cache_eviction_walk_passes;
int64_t cache_eviction_queue_empty;
int64_t cache_eviction_queue_not_empty;
@@ -855,6 +859,10 @@ struct __wt_dsrc_stats {
int64_t cache_eviction_checkpoint;
int64_t cache_eviction_blocked_checkpoint_hs;
int64_t cache_eviction_fail;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_1;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_2;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_3;
+ int64_t cache_eviction_blocked_ooo_checkpoint_race_4;
int64_t cache_eviction_walk_passes;
int64_t cache_eviction_target_page_lt10;
int64_t cache_eviction_target_page_lt32;