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 17e550f6195..069cef7806f 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -389,6 +389,7 @@ struct __wt_connection_stats {
int64_t cache_bytes_other;
int64_t cache_bytes_read;
int64_t cache_bytes_write;
+ int64_t cache_lookaside_score;
int64_t cache_eviction_checkpoint;
int64_t cache_eviction_blocked_checkpoint_hs;
int64_t cache_eviction_get_ref;
@@ -450,6 +451,7 @@ struct __wt_connection_stats {
int64_t cache_hazard_checks;
int64_t cache_hazard_walks;
int64_t cache_hazard_max;
+ int64_t cache_hs_score;
int64_t cache_hs_insert;
int64_t cache_hs_insert_restart;
int64_t cache_hs_ondisk_max;