diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2016-12-20 10:42:37 +1100 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-12-20 10:42:37 +1100 |
commit | 9a3d212c6f94bf8fbf6be39ed63e35a7d0424104 (patch) | |
tree | 8c585cbe496a552a151f241f89c3381a44a9360c /tools | |
parent | 84e44d4d729d0ff0c23a7dda98d9ed72b0e49fc0 (diff) | |
download | mongo-9a3d212c6f94bf8fbf6be39ed63e35a7d0424104.tar.gz |
WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wtstats/stat_data.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py index d925dd67b80..5d385cda705 100644 --- a/tools/wtstats/stat_data.py +++ b/tools/wtstats/stat_data.py @@ -94,6 +94,7 @@ no_scale_per_second_list = [ 'btree: row-store leaf pages', 'cache: bytes currently in the cache', 'cache: overflow values cached in memory', + 'cache: tracked dirty bytes in the cache', 'cache_walk: Average difference between current eviction generation when the page was last considered', 'cache_walk: Average on-disk page image size seen', 'cache_walk: Clean pages currently in cache', @@ -186,6 +187,7 @@ no_clear_list = [ 'transaction: transaction range of IDs currently pinned by named snapshots', 'btree: btree checkpoint generation', 'cache: bytes currently in the cache', + 'cache: tracked dirty bytes in the cache', 'cache_walk: Average difference between current eviction generation when the page was last considered', 'cache_walk: Average on-disk page image size seen', 'cache_walk: Clean pages currently in cache', |