summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-02-27 09:37:46 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-02-27 09:37:46 -0500
commit1fac6621889df5dd3915c83f7254bd2ff9a588df (patch)
tree416db7faec1b305a3a2c6f28d283e1d90d6cbb4a /tools
parent524b0877e232f62cca5174b460e2507e879781ea (diff)
downloadmongo-1fac6621889df5dd3915c83f7254bd2ff9a588df.tar.gz
Fix up the statistics fields, remove most of the previous merge/split
statistics.
Diffstat (limited to 'tools')
-rw-r--r--tools/stat_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py
index 8157a48dfed..e5bc0d51284 100644
--- a/tools/stat_data.py
+++ b/tools/stat_data.py
@@ -35,6 +35,6 @@ no_scale_per_second_list = [
'overflow values cached in memory',
'chunks in the LSM tree',
'highest merge generation in the LSM tree',
- 'reconciliation maximum splits for a page',
+ 'reconciliation maximum blocks required for a page',
'open cursor count',
]