summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-22 18:08:15 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-01-22 18:08:15 -0500
commit3626081dff24e1448281d10658752b996897ca82 (patch)
treeba3c79c6f235403d751acc4ac0911afcb5a663cd /tools
parent23eac61d89dae1f875287f888ceb833b88b89b5f (diff)
downloadmongo-3626081dff24e1448281d10658752b996897ca82.tar.gz
Add the cache_overhead configuration string to allow applications to configure
their cache overhead.
Diffstat (limited to 'tools')
-rw-r--r--tools/stat_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py
index 89e06dbbf90..da6fb3a7f7f 100644
--- a/tools/stat_data.py
+++ b/tools/stat_data.py
@@ -6,6 +6,7 @@ no_scale_per_second_list = [
'cache: maximum bytes configured',
'cache: maximum page size at eviction',
'cache: pages currently held in the cache',
+ 'cache: percentage overhead',
'cache: tracked dirty bytes in the cache',
'cache: tracked dirty pages in the cache',
'connection: files currently open',
@@ -57,6 +58,7 @@ no_clear_list = [
'cache: bytes currently in the cache',
'cache: maximum bytes configured',
'cache: pages currently held in the cache',
+ 'cache: percentage overhead',
'connection: files currently open',
'log: maximum log file size',
'log: total log buffer size',