summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2015-01-27 12:25:22 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2015-01-27 12:25:22 +1100
commit695bae9649a3d24ad3898bf90291d09d3050db75 (patch)
tree10383835e87e108e85529e29abbf32554310e16d /tools
parent271db862ec94d824553e41654303edc0f203fc91 (diff)
downloadmongo-695bae9649a3d24ad3898bf90291d09d3050db75.tar.gz
Apply the cache size adjustment when checking if the cache is full. That should play nice with shared caches.
refs #1590
Diffstat (limited to 'tools')
-rw-r--r--tools/stat_data.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py
index 37a1ff8ed1d..da6fb3a7f7f 100644
--- a/tools/stat_data.py
+++ b/tools/stat_data.py
@@ -4,7 +4,6 @@ no_scale_per_second_list = [
'async: maximum work queue length',
'cache: bytes currently in the cache',
'cache: maximum bytes configured',
- 'cache: maximum bytes configured, adjusted for overhead',
'cache: maximum page size at eviction',
'cache: pages currently held in the cache',
'cache: percentage overhead',
@@ -58,7 +57,6 @@ no_scale_per_second_list = [
no_clear_list = [
'cache: bytes currently in the cache',
'cache: maximum bytes configured',
- 'cache: maximum bytes configured, adjusted for overhead',
'cache: pages currently held in the cache',
'cache: percentage overhead',
'connection: files currently open',