summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-10-06 12:39:42 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-10-06 12:39:42 -0400
commit78ea3ae2afac224cfa1ea34fde36244eb1bd6f21 (patch)
treeb61af3b41ef417fa80649ba8f8ac8426ca23602c /dist/stat_data.py
parent1c866de2622317f7b0422ae3997d797c0b4b3325 (diff)
downloadmongo-78ea3ae2afac224cfa1ea34fde36244eb1bd6f21.tar.gz
Don't list the potential object types, it doesn't add information.
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index e5cf75cb59a..e19b53ed02f 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -254,8 +254,7 @@ dsrc_stats = [
Stat('btree_column_variable',
'column-store variable-size leaf pages', 'no_scale'),
Stat('btree_compact_rewrite', 'pages rewritten by compaction'),
- Stat('btree_entries',
- 'total LSM, table or file object key/value pairs', 'no_scale'),
+ Stat('btree_entries', 'number of key/value pairs', 'no_scale'),
Stat('btree_fixed_len', 'fixed-record size', 'no_aggregate,no_scale'),
Stat('btree_maximum_depth',
'maximum tree depth', 'max_aggregate,no_scale'),