summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-11-24 14:39:39 -0500
committerSusan LoVerso <sue@wiredtiger.com>2014-11-24 14:39:39 -0500
commit8e2f1d41f35cee84393af30c01323b8e25745728 (patch)
tree64eedfe47454e51aa9aef556e9f35bc23dd6ac60 /tools
parent087019b01e9e1b6de1583001ab9a651579c72e2a (diff)
downloadmongo-8e2f1d41f35cee84393af30c01323b8e25745728.tar.gz
Just pre-allocate log files instead of recycling. #1373
Diffstat (limited to 'tools')
-rw-r--r--tools/stat_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py
index 93e0c03a9cb..6abbbf45233 100644
--- a/tools/stat_data.py
+++ b/tools/stat_data.py
@@ -9,7 +9,7 @@ no_scale_per_second_list = [
'cache: tracked dirty pages in the cache',
'connection: files currently open',
'log: maximum log file size',
- 'log: maximum recycled log files to keep',
+ 'log: maximum prepared log files to create',
'log: total log buffer size',
'LSM: application work units currently queued',
'LSM: merge work units currently queued',
@@ -58,7 +58,7 @@ no_clear_list = [
'cache: pages currently held in the cache',
'connection: files currently open',
'log: maximum log file size',
- 'log: maximum recycled log files to keep',
+ 'log: maximum prepared log files to create',
'log: total log buffer size',
'LSM: application work units currently queued',
'LSM: merge work units currently queued',