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 2b80cca70c0..7d3c7c3f1d5 100644
--- a/src/third_party/wiredtiger/src/include/stat.h
+++ b/src/third_party/wiredtiger/src/include/stat.h
@@ -524,6 +524,7 @@ struct __wt_connection_stats {
int64_t capacity_time_evict;
int64_t capacity_time_log;
int64_t capacity_time_read;
+ int64_t cc_pages_read;
int64_t cc_pages_evict;
int64_t cc_pages_removed;
int64_t cc_pages_walk_skipped;
@@ -981,6 +982,7 @@ struct __wt_dsrc_stats {
int64_t cache_state_refs_skipped;
int64_t cache_state_root_size;
int64_t cache_state_pages;
+ int64_t cc_pages_read;
int64_t cc_pages_evict;
int64_t cc_pages_removed;
int64_t cc_pages_walk_skipped;