summaryrefslogtreecommitdiff
path: root/src/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stat.h')
-rw-r--r--src/include/stat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/stat.h b/src/include/stat.h
index f9170dc1a79..18461b1ee38 100644
--- a/src/include/stat.h
+++ b/src/include/stat.h
@@ -261,11 +261,16 @@ struct __wt_connection_stats {
int64_t cache_bytes_read;
int64_t cache_bytes_write;
int64_t cache_eviction_checkpoint;
+ int64_t cache_eviction_get_ref;
+ int64_t cache_eviction_get_ref_empty;
+ int64_t cache_eviction_get_ref_empty2;
int64_t cache_eviction_aggressive_set;
int64_t cache_eviction_queue_empty;
int64_t cache_eviction_queue_not_empty;
int64_t cache_eviction_server_evicting;
int64_t cache_eviction_server_not_evicting;
+ int64_t cache_eviction_server_toobig;
+ int64_t cache_eviction_server_slept;
int64_t cache_eviction_slow;
int64_t cache_eviction_worker_evicting;
int64_t cache_eviction_force_fail;
@@ -288,6 +293,7 @@ struct __wt_connection_stats {
int64_t cache_eviction_app;
int64_t cache_read;
int64_t cache_read_lookaside;
+ int64_t cache_pages_requested;
int64_t cache_eviction_fail;
int64_t cache_eviction_walk;
int64_t cache_write;
@@ -458,6 +464,7 @@ struct __wt_dsrc_stats {
int64_t cache_write_lookaside;
int64_t cache_read;
int64_t cache_read_lookaside;
+ int64_t cache_pages_requested;
int64_t cache_write;
int64_t cache_write_restore;
int64_t cache_eviction_clean;