summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-01 07:11:40 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-04-01 07:11:40 +1100
commitaf735d14a603a6ef6256a6685f09ec13755a5024 (patch)
treeeaa614fc686c4681694fff78442027d390503288 /dist/stat_data.py
parent16be8160ea3682f18df9bcc6d5addda0c0114137 (diff)
parent423f4e11050f7644b1a8d2b6b1cc60c35ef915c8 (diff)
downloadmongo-af735d14a603a6ef6256a6685f09ec13755a5024.tar.gz
Merge branch 'develop' into mongodb-3.6
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index a4d92345f88..ac79ffd029a 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -206,6 +206,7 @@ connection_stats = [
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_force_retune', 'force re-tuning of eviction workers once in a while'),
CacheStat('cache_eviction_get_ref', 'eviction calls to get a page'),
CacheStat('cache_eviction_get_ref_empty', 'eviction calls to get a page found queue empty'),
CacheStat('cache_eviction_get_ref_empty2', 'eviction calls to get a page found queue empty after locking'),
@@ -323,10 +324,12 @@ connection_stats = [
LogStat('log_scan_records', 'records processed by log scan'),
LogStat('log_scan_rereads', 'log scan records requiring two reads'),
LogStat('log_scans', 'log scan operations'),
+ LogStat('log_slot_active_closed', 'consolidated slot join active slot closed'),
LogStat('log_slot_closes', 'consolidated slot closures'),
LogStat('log_slot_coalesced', 'written slots coalesced'),
LogStat('log_slot_consolidated', 'logging bytes consolidated', 'size'),
LogStat('log_slot_joins', 'consolidated slot joins'),
+ LogStat('log_slot_no_free_slots', 'consolidated slot transitions unable to find free slot'),
LogStat('log_slot_races', 'consolidated slot join races'),
LogStat('log_slot_switch_busy', 'busy returns attempting to switch slots'),
LogStat('log_slot_transitions', 'consolidated slot join transitions'),