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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/stat.h b/src/third_party/wiredtiger/src/include/stat.h
index 2b646a640e7..452e1459789 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -381,6 +381,9 @@ struct __wt_connection_stats {
int64_t cache_eviction_walks_active;
int64_t cache_eviction_walks_started;
int64_t cache_eviction_force_retune;
+ int64_t cache_eviction_force_hs_fail;
+ int64_t cache_eviction_force_hs;
+ int64_t cache_eviction_force_hs_success;
int64_t cache_eviction_force_clean;
int64_t cache_eviction_force_clean_time;
int64_t cache_eviction_force_dirty;