summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-10-10 09:50:34 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-10-10 09:50:34 +0000
commit178cdfc999d1528fdc4ed636dc0939b2fa9de8d9 (patch)
tree4d20d7262a9c9adccf35a3017e8a031c468cb6e2 /dist
parent6cb99cf235454c38bb50d7b902ce7a8b2ec86223 (diff)
downloadmongo-178cdfc999d1528fdc4ed636dc0939b2fa9de8d9.tar.gz
Messed up the develop merge, fix the stats file.
Diffstat (limited to 'dist')
-rw-r--r--dist/stat_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py
index 2b91606b041..49542f3f184 100644
--- a/dist/stat_data.py
+++ b/dist/stat_data.py
@@ -80,6 +80,7 @@ btree_stats = [
Stat('file_write_conflicts', 'write generation conflicts'),
Stat('free', 'file: block frees'),
Stat('overflow_read', 'file: overflow pages read from the file'),
+ Stat('overflow_value_cache', 'file: overflow values cached in memory'),
Stat('page_evict', 'file: pages evicted from the file'),
Stat('page_read', 'file: pages read from the file'),
Stat('page_write', 'file: pages written to the file'),