summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-09-09 11:24:51 -0400
committerSusan LoVerso <sue@wiredtiger.com>2015-09-09 11:24:51 -0400
commitdf4f69c91f0180f42d5268a2229b20ae5ebf270f (patch)
tree059959f0881a37d720aa448dc6ac454ac1265c54 /dist/stat_data.py
parent2bc71e154279bb56d7f30340485089ec1fbfbb2a (diff)
downloadmongo-df4f69c91f0180f42d5268a2229b20ae5ebf270f.tar.gz
WT-2094 Remove unused stats.
Diffstat (limited to 'dist/stat_data.py')
-rw-r--r--dist/stat_data.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 6267c9b87cb..35a09e14e12 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -248,7 +248,6 @@ connection_stats = [
LogStat('log_compress_small', 'log records too small to compress'),
LogStat('log_compress_write_fails', 'log records not compressed'),
LogStat('log_compress_writes', 'log records compressed'),
- LogStat('log_direct_writes', 'log records written directly'),
LogStat('log_max_filesize', 'maximum log file size', 'no_clear,no_scale'),
LogStat('log_prealloc_files', 'pre-allocated log files prepared'),
LogStat('log_prealloc_max',
@@ -263,7 +262,6 @@ connection_stats = [
LogStat('log_slot_consolidated', 'logging bytes consolidated'),
LogStat('log_slot_joins', 'consolidated slot joins'),
LogStat('log_slot_races', 'consolidated slot join races'),
- LogStat('log_slot_toobig', 'record size exceeded maximum'),
LogStat('log_slot_transitions', 'consolidated slot join transitions'),
LogStat('log_sync', 'log sync operations'),
LogStat('log_sync_dir', 'log sync_dir operations'),