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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index 2b80c498fa8..5364dc55077 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -359,6 +359,7 @@ struct __wt_connection_stats {
int64_t cache_eviction_walks_gave_up_no_targets;
int64_t cache_eviction_walks_gave_up_ratio;
int64_t cache_eviction_walks_ended;
+ int64_t cache_eviction_walk_restart;
int64_t cache_eviction_walk_from_root;
int64_t cache_eviction_walk_saved_pos;
int64_t cache_eviction_active_workers;
@@ -835,6 +836,7 @@ struct __wt_dsrc_stats {
int64_t cache_eviction_walks_gave_up_no_targets;
int64_t cache_eviction_walks_gave_up_ratio;
int64_t cache_eviction_walks_ended;
+ int64_t cache_eviction_walk_restart;
int64_t cache_eviction_walk_from_root;
int64_t cache_eviction_walk_saved_pos;
int64_t cache_eviction_hazard;