diff options
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r-- | dist/stat_data.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |