summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-08-14 16:20:22 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-08-14 16:20:22 +1000
commit95301eddd94c6383cfc08bd7aa8e09f91f55a856 (patch)
treebbdfae1a22ddca298fcfe790d61e5f3a9c8aff84 /tools
parentf12c69449d832488b8079aff9d1f4459dd34649d (diff)
downloadmongo-95301eddd94c6383cfc08bd7aa8e09f91f55a856.tar.gz
WT-2038 Count and report the total number of data handles
Diffstat (limited to 'tools')
-rw-r--r--tools/wtstats/stat_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py
index db5b14d6cd6..3fbc634385a 100644
--- a/tools/wtstats/stat_data.py
+++ b/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',