summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 72babeb881a..cffea3dc428 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -83,6 +83,8 @@ connection_stats = [
Stat('cache_eviction_merge_levels', 'cache: internal levels merged'),
Stat('cache_eviction_slow',
'cache: eviction server unable to reach eviction goal'),
+ Stat('cache_eviction_split',
+ 'cache: internal pages split during eviction'),
Stat('cache_eviction_walk', 'cache: pages walked for eviction'),
Stat('cache_inmem_split',
'pages split because they were unable to be evicted'),
@@ -331,7 +333,6 @@ dsrc_stats = [
Stat('rec_overflow_key_leaf', 'reconciliation leaf-page overflow keys'),
Stat('rec_overflow_value', 'reconciliation overflow values written'),
Stat('rec_page_delete', 'reconciliation pages deleted'),
- Stat('rec_page_merge', 'reconciliation pages merged'),
Stat('rec_pages', 'page reconciliation calls'),
Stat('rec_pages_eviction', 'page reconciliation calls for eviction'),
Stat('rec_skipped_update',