diff options
author | sueloverso <sue@mongodb.com> | 2016-07-28 11:57:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-28 11:57:06 -0400 |
commit | 8a8507cd60b5dd60bc1fa2978864d6b6421c9cad (patch) | |
tree | 8db208eb709c13d7ffa457440dfeb392e583baa0 /tools/wtstats | |
parent | d7a15d1798054c22fae98bb90b9badb24792d966 (diff) | |
download | mongo-8a8507cd60b5dd60bc1fa2978864d6b6421c9cad.tar.gz |
WT-2793 Enhance statistics related to overflow values (#2912)
* WT-2793 Remove very long running config. Rename the one we run.
* Fix overflow stats. Make 130K overflow test use btree.
* Add line to upgrading doc stating stat field removed.
Diffstat (limited to 'tools/wtstats')
-rw-r--r-- | tools/wtstats/stat_data.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py index d06f1035adf..f349c319b3c 100644 --- a/tools/wtstats/stat_data.py +++ b/tools/wtstats/stat_data.py @@ -11,11 +11,11 @@ no_scale_per_second_list = [ 'cache: hazard pointer maximum array length', 'cache: maximum bytes configured', 'cache: maximum page size at eviction', + 'cache: overflow values cached in memory', 'cache: pages currently held in the cache', 'cache: percentage overhead', 'cache: tracked bytes belonging to internal pages in the cache', 'cache: tracked bytes belonging to leaf pages in the cache', - 'cache: tracked bytes belonging to overflow pages in the cache', 'cache: tracked dirty bytes in the cache', 'cache: tracked dirty pages in the cache', 'connection: files currently open', @@ -88,7 +88,6 @@ no_clear_list = [ 'cache: percentage overhead', 'cache: tracked bytes belonging to internal pages in the cache', 'cache: tracked bytes belonging to leaf pages in the cache', - 'cache: tracked bytes belonging to overflow pages in the cache', 'cache: tracked dirty bytes in the cache', 'cache: tracked dirty pages in the cache', 'connection: files currently open', |