summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-06-25 15:23:17 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-06-25 15:23:17 +1000
commit5ab2ad4a045dee9021bd58298a34825339e2677b (patch)
tree55c28d16147d005381e54d4d57cc75f93e953fdf /dist/stat_data.py
parente6e4d4e2724720d23352d8f07ae5c3108d15b8db (diff)
downloadmongo-5ab2ad4a045dee9021bd58298a34825339e2677b.tar.gz
Use a split generation number to determine when memory replaced by a split can be freed.
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 1cd5256cbac..79d4d1ddc04 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -148,9 +148,9 @@ 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 awaiting free',
+ Stat('rec_split_stashed_bytes', 'split bytes stashed',
'no_clear,no_scale'),
- Stat('rec_split_stashed_objects', 'split objects awaiting free',
+ Stat('rec_split_stashed_objects', 'split objects stashed',
'no_clear,no_scale'),
##########################################