summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-04-28 15:23:36 -0400
committerSusan LoVerso <sue@wiredtiger.com>2014-04-28 15:23:36 -0400
commit10d75f7130504d17bae8d8c5681cea1f0487e9ba (patch)
tree88f2e33e4653a520e35df05c42b9f8dd01486b94 /dist/stat_data.py
parent9e783e8b06d673dbfac2cb549e95575e4ebc6a62 (diff)
downloadmongo-10d75f7130504d17bae8d8c5681cea1f0487e9ba.tar.gz
Add asynchronous compact support to async API.
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 1acb9b7bd3f..ae5cdfd9ebd 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -51,6 +51,7 @@ connection_stats = [
Stat('async_max_queue', 'async: maximum work queue length',
'max_aggregate,no_scale'),
Stat('async_op_alloc', 'async op allocation'),
+ Stat('async_op_compact', 'async op compact calls'),
Stat('async_op_insert', 'async op insert calls'),
Stat('async_op_remove', 'async op remove calls'),
Stat('async_op_search', 'async op search calls'),