summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/wtstats/stat_data.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py
index 7cee87e49ed..c75e4f194dd 100644
--- a/tools/wtstats/stat_data.py
+++ b/tools/wtstats/stat_data.py
@@ -1,8 +1,10 @@
# 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',
'cache: maximum bytes configured',
'cache: maximum page size at eviction',
'cache: pages currently held in the cache',
@@ -35,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',
@@ -67,6 +70,7 @@ no_scale_per_second_list = [
no_clear_list = [
'async: maximum work queue length',
'cache: bytes currently in the cache',
+ 'cache: eviction currently operating in aggressive mode',
'cache: maximum bytes configured',
'cache: maximum page size at eviction',
'cache: pages currently held in the cache',