summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-01-27 11:47:18 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2015-01-27 11:47:18 +1100
commit4d4b86e05e49f4f1138a30e12b819959cb219a4b (patch)
tree5c05c9a9ce7f7f0cf96b91e82683b7e131dceac7 /dist
parent6e6129c3206f3d6a90c99db622d49c8cd63c02dd (diff)
parenteec40152e6780a69d24bb24be6480bfd1d9bcdf9 (diff)
downloadmongo-4d4b86e05e49f4f1138a30e12b819959cb219a4b.tar.gz
Merge pull request #1596 from wiredtiger/evict-statistics
eviction statistics cleanup.
Diffstat (limited to 'dist')
-rw-r--r--dist/stat_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 69e8d2ed21e..3a75605d570 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -182,6 +182,8 @@ connection_stats = [
'eviction server unable to reach eviction goal'),
CacheStat('cache_eviction_split', 'pages split during eviction'),
CacheStat('cache_eviction_walk', 'pages walked for eviction'),
+ CacheStat('cache_eviction_worker_evicting',
+ 'eviction worker thread evicting pages'),
CacheStat('cache_inmem_split', 'in-memory page splits'),
CacheStat('cache_pages_dirty',
'tracked dirty pages in the cache', 'no_scale'),