From fdb23f23c15202fa6af6318a2c67fd7d9f1f96cf Mon Sep 17 00:00:00 2001 From: Susan LoVerso Date: Thu, 18 Sep 2014 14:00:18 -0400 Subject: 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 --- dist/stat_data.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/stat_data.py') 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', -- cgit v1.2.1