summaryrefslogtreecommitdiff
path: root/tools/stat_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/stat_data.py')
-rw-r--r--tools/stat_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/stat_data.py b/tools/stat_data.py
index 89e06dbbf90..da6fb3a7f7f 100644
--- a/tools/stat_data.py
+++ b/tools/stat_data.py
@@ -6,6 +6,7 @@ no_scale_per_second_list = [
'cache: maximum bytes configured',
'cache: maximum page size at eviction',
'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',
@@ -57,6 +58,7 @@ no_clear_list = [
'cache: bytes currently in the cache',
'cache: maximum bytes configured',
'cache: pages currently held in the cache',
+ 'cache: percentage overhead',
'connection: files currently open',
'log: maximum log file size',
'log: total log buffer size',