summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-03-07 10:04:12 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2016-03-07 10:04:12 +1100
commita012fca0b0c924d4c2136a804a587284acb5c297 (patch)
tree88db8bd85ad26288156c017666a3f426b659f7d9 /tools
parentf91fbe07e483c8fae5159c6036d4caa181777b2a (diff)
downloadmongo-a012fca0b0c924d4c2136a804a587284acb5c297.tar.gz
WT-2448 Add no_scale flag into a couple of statistics.
Diffstat (limited to 'tools')
-rw-r--r--tools/wtstats/stat_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py
index f181aeb09b4..c75e4f194dd 100644
--- a/tools/wtstats/stat_data.py
+++ b/tools/wtstats/stat_data.py
@@ -1,6 +1,7 @@
# DO NOT EDIT: automatically built by dist/stat.py. */
no_scale_per_second_list = [
+ 'async: current work queue length',
'async: maximum work queue length',
'cache: bytes currently in the cache',
'cache: eviction currently operating in aggressive mode',
@@ -36,6 +37,7 @@ no_scale_per_second_list = [
'transaction: transaction range of IDs currently pinned by named snapshots',
'block-manager: checkpoint size',
'block-manager: file allocation unit size',
+ 'block-manager: file bytes available for reuse',
'block-manager: file magic number',
'block-manager: file major version number',
'block-manager: file size in bytes',