diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2015-03-10 07:19:59 +0000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2015-03-10 07:19:59 +0000 |
commit | 89db28287d7b212efb31203eca253fbf144ea207 (patch) | |
tree | 658b95af79ff6ff5995c9744284acf0c10743dd1 /tools | |
parent | 0967a82907cc35fd4ca0662d72a77b899a7a3eb5 (diff) | |
download | mongo-89db28287d7b212efb31203eca253fbf144ea207.tar.gz |
Mark statistics with the right aggregation flags.
Specifically cache dirty tracking and log preallocation.
This helps wtstats graph generator.
Refs #1742
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wtstats/stat_data.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py index da6fb3a7f7f..7baa65cdca3 100644 --- a/tools/wtstats/stat_data.py +++ b/tools/wtstats/stat_data.py @@ -11,6 +11,7 @@ no_scale_per_second_list = [ 'cache: tracked dirty pages in the cache', 'connection: files currently open', 'log: maximum log file size', + 'log: number of pre-allocated log files to create', 'log: total log buffer size', 'LSM: application work units currently queued', 'LSM: merge work units currently queued', @@ -59,8 +60,11 @@ no_clear_list = [ 'cache: maximum bytes configured', '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', 'log: maximum log file size', + 'log: number of pre-allocated log files to create', 'log: total log buffer size', 'LSM: application work units currently queued', 'LSM: merge work units currently queued', |