diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2015-10-09 17:07:24 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2015-10-09 17:07:24 +1100 |
commit | 0537648e03b4fbaca89b009a37b6684863aebcf5 (patch) | |
tree | f526ab69ba7c2a4ed22379af286d33213e366052 /dist/stat_data.py | |
parent | 3c856645c8b4340778d9f3c64051f476cbe66f71 (diff) | |
parent | 544f27de73419dbf4494b9ad826c643dfec38e6c (diff) | |
download | mongodb-3.2.0-rc1.tar.gz |
Merge branch 'develop' into mongodb-3.2mongodb-3.2.0-rc1
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 |