diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-01-23 15:26:24 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-01-23 15:26:24 -0500 |
commit | 271db862ec94d824553e41654303edc0f203fc91 (patch) | |
tree | 2d367a193ea13ed0a452885cf12832d685b01033 /tools | |
parent | b4c655ca0ba6a1e9f583f522833f45e9a3c42043 (diff) | |
download | mongo-271db862ec94d824553e41654303edc0f203fc91.tar.gz |
Clean up statistics -- leave cache_bytes_max alone, create a new
statistic that reports the adjusted bytes.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/stat_data.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py index da6fb3a7f7f..37a1ff8ed1d 100644 --- a/tools/stat_data.py +++ b/tools/stat_data.py @@ -4,6 +4,7 @@ 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', @@ -57,6 +58,7 @@ 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', |