summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools/wtstats/stat_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/tools/wtstats/stat_data.py')
-rw-r--r--src/third_party/wiredtiger/tools/wtstats/stat_data.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/tools/wtstats/stat_data.py b/src/third_party/wiredtiger/tools/wtstats/stat_data.py
index 635e710c469..d925dd67b80 100644
--- a/src/third_party/wiredtiger/tools/wtstats/stat_data.py
+++ b/src/third_party/wiredtiger/tools/wtstats/stat_data.py
@@ -34,6 +34,9 @@ no_scale_per_second_list = [
'reconciliation: split objects currently awaiting free',
'session: open cursor count',
'session: open session count',
+ 'session: table alter failed calls',
+ 'session: table alter successful calls',
+ 'session: table alter unchanged and skipped',
'session: table compact failed calls',
'session: table compact successful calls',
'session: table create failed calls',
@@ -147,6 +150,9 @@ no_clear_list = [
'reconciliation: split objects currently awaiting free',
'session: open cursor count',
'session: open session count',
+ 'session: table alter failed calls',
+ 'session: table alter successful calls',
+ 'session: table alter unchanged and skipped',
'session: table compact failed calls',
'session: table compact successful calls',
'session: table create failed calls',