summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools/wtstats
diff options
context:
space:
mode:
authorDan Pasette <dan@10gen.com>2015-08-14 14:11:49 -0400
committerDan Pasette <dan@mongodb.com>2015-08-14 16:47:42 -0400
commitad9c7c52c50b88b090f7eccaeae151436e1e1e72 (patch)
tree5c39705a8a86c149e98982e1b068ccb38999545f /src/third_party/wiredtiger/tools/wtstats
parent4fc7afa53f054cdff19d38067808564391a3d5bf (diff)
downloadmongo-ad9c7c52c50b88b090f7eccaeae151436e1e1e72.tar.gz
Import wiredtiger-wiredtiger-mongodb-3.0.5-37-g009216b.tar.gz from wiredtiger branch mongodb-3.0
Diffstat (limited to 'src/third_party/wiredtiger/tools/wtstats')
-rw-r--r--src/third_party/wiredtiger/tools/wtstats/stat_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/tools/wtstats/stat_data.py b/src/third_party/wiredtiger/tools/wtstats/stat_data.py
index a4fc2fcc831..d480ecb0547 100644
--- a/src/third_party/wiredtiger/tools/wtstats/stat_data.py
+++ b/src/third_party/wiredtiger/tools/wtstats/stat_data.py
@@ -13,6 +13,7 @@ no_scale_per_second_list = [
'cache: tracked dirty bytes in the cache',
'cache: tracked dirty pages in the cache',
'connection: files currently open',
+ 'data-handle: connection data handles currently active',
'log: maximum log file size',
'log: number of pre-allocated log files to create',
'log: total log buffer size',
@@ -72,6 +73,7 @@ no_clear_list = [
'cache: tracked dirty bytes in the cache',
'cache: tracked dirty pages in the cache',
'connection: files currently open',
+ 'data-handle: connection data handles currently active',
'log: maximum log file size',
'log: number of pre-allocated log files to create',
'log: total log buffer size',