summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@wiredtiger.com>2014-07-02 04:13:30 +0000
committerAlex Gorrod <alexander.gorrod@wiredtiger.com>2014-07-02 04:13:30 +0000
commitb7fdc64cea4a7ece256dc8fdd6b0290b83fcf51b (patch)
treeeb8e068f9f1420ec3f20ff495b7bb51ae08a9af1 /dist/stat_data.py
parent6de4d06622c9d3001c07b9ded871e2dd1ad85f9c (diff)
parent3db3f781f4acc964626d6377621dbfb8330a7208 (diff)
downloadmongo-b7fdc64cea4a7ece256dc8fdd6b0290b83fcf51b.tar.gz
Merge branch 'develop' into eviction-under-load
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index c1073f659a3..90dbf0dd8fb 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -156,6 +156,10 @@ connection_stats = [
Stat('rec_pages_eviction', 'page reconciliation calls for eviction'),
Stat('rec_skipped_update',
'reconciliation failed because an update could not be included'),
+ Stat('rec_split_stashed_bytes',
+ 'split bytes currently awaiting free', 'no_clear,no_scale'),
+ Stat('rec_split_stashed_objects',
+ 'split objects currently awaiting free', 'no_clear,no_scale'),
##########################################
# Transaction statistics