summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/tools
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-08-18 10:26:20 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-08-18 10:26:20 +1000
commitd4e4b25d8ca52f79781fc1fdd96d28bed08212cc (patch)
treefacbcd6d91f8ba5c62d8f6bef73ff8db36170c92 /src/third_party/wiredtiger/tools
parent934c760404cdeb693ac72b04373b2efe659b79df (diff)
downloadmongo-d4e4b25d8ca52f79781fc1fdd96d28bed08212cc.tar.gz
Import wiredtiger-wiredtiger-2.6.1-514-g7ffa315.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/tools')
-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 db5b14d6cd6..3fbc634385a 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',
@@ -74,6 +75,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',