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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index a6a047fd10e..69e8d2ed21e 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -162,10 +162,14 @@ connection_stats = [
'pages selected for eviction unable to be evicted'),
CacheStat('cache_eviction_force',
'pages evicted because they exceeded the in-memory maximum'),
+ CacheStat('cache_eviction_force_delete',
+ 'pages evicted because they had chains of deleted items'),
CacheStat('cache_eviction_force_fail',
'failed eviction of pages that exceeded the in-memory maximum'),
CacheStat('cache_eviction_hazard', 'hazard pointer blocked page eviction'),
CacheStat('cache_eviction_internal', 'internal pages evicted'),
+ CacheStat('cache_eviction_maximum_page_size',
+ 'maximum page size at eviction', 'max_aggregate,no_scale'),
CacheStat('cache_eviction_queue_empty',
'eviction server candidate queue empty when topping up'),
CacheStat('cache_eviction_queue_not_empty',