summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-11-21 11:55:03 -0500
committerKeith Bostic <keith@wiredtiger.com>2013-11-21 11:55:03 -0500
commit81dab3f793179a425e8afa6a57e3822b22d74baa (patch)
tree8eddb77f1ae1fd568914dce740e71abc961f461d /tools
parent1f566daa0c1490c0ddba94d3b3a4c6f35a7662d6 (diff)
parentdb0e22c54afd40d58269ca58ded5b33a9ed60a74 (diff)
downloadmongo-81dab3f793179a425e8afa6a57e3822b22d74baa.tar.gz
Merge branch 'develop' into wtperf-745
Diffstat (limited to 'tools')
-rw-r--r--tools/statlog.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/statlog.py b/tools/statlog.py
index de7f6139c95..f46c834dc5d 100644
--- a/tools/statlog.py
+++ b/tools/statlog.py
@@ -42,6 +42,7 @@ no_scale_per_second_list = [
'cache: tracked dirty pages in the cache',
'cache: pages currently held in the cache',
'files currently open',
+ 'log: total log buffer size',
'open cursor count',
'block manager: file allocation unit size',
'block manager: checkpoint size',
@@ -68,7 +69,7 @@ no_scale_per_second_list = [
'overflow values cached in memory',
'chunks in the LSM tree',
'highest merge generation in the LSM tree',
- 'reconciliation maximum number of splits created for a page',
+ 'reconciliation maximum splits for a page',
'open cursor count',
]
# no scale-per-second list section: END