summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-09-18 14:00:18 -0400
committerSusan LoVerso <sue@wiredtiger.com>2014-09-18 14:00:18 -0400
commitfdb23f23c15202fa6af6318a2c67fd7d9f1f96cf (patch)
tree94f5ba13e6592224435c00ba029e2e43e8e0afd4 /dist/stat_data.py
parent47037bd4398c385baa3c1fad70b010e904cc3b41 (diff)
downloadmongo-fdb23f23c15202fa6af6318a2c67fd7d9f1f96cf.tar.gz
Remove manager struct lengths and add in per-queue lengths to stats.
Restore some of the manager conditional. My changes broke normal switchng and its intent is covered in the aggressiveness changes. #1230
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 88eff5f1156..8a8cfd9a4c1 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -180,6 +180,12 @@ connection_stats = [
'sleep for LSM checkpoint throttle'),
Stat('lsm_merge_throttle', 'sleep for LSM merge throttle'),
Stat('lsm_rows_merged', 'rows merged in an LSM tree'),
+ Stat('lsm_work_queue_app', 'LSM App work units currently queued',
+ 'no_clear,no_scale'),
+ Stat('lsm_work_queue_manager', 'LSM Merge work units currently queued',
+ 'no_clear,no_scale'),
+ Stat('lsm_work_queue_switch', 'LSM Switch work units currently queued',
+ 'no_clear,no_scale'),
Stat('lsm_work_units_created',
'LSM tree maintenance operations scheduled'),
Stat('lsm_work_units_discarded',