From 0db386b0aeb4a8d3fdc0b669bcdfdaebd9f09733 Mon Sep 17 00:00:00 2001 From: Susan LoVerso Date: Tue, 29 Sep 2015 13:51:43 -0400 Subject: WT-2151 Add zero-fill stat. Check correct flags field. --- dist/stat_data.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/stat_data.py') diff --git a/dist/stat_data.py b/dist/stat_data.py index 5bf7000f402..76fdf185137 100644 --- a/dist/stat_data.py +++ b/dist/stat_data.py @@ -272,6 +272,7 @@ connection_stats = [ LogStat('log_sync_dir', 'log sync_dir operations'), LogStat('log_write_lsn', 'log server thread advances write LSN'), LogStat('log_writes', 'log write operations'), + LogStat('log_zero_fills', 'log files manually zero-filled'), ########################################## # Reconciliation statistics -- cgit v1.2.1