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 17:05:00 +1000
commit95eba9dbd0dbdb549485c61c0c385ce0e911f892 (patch)
tree4f1c5c480272d731170a074092c865b8517f639b /tools
parente8e1050c4f9cc6295f45949cfac8eeef2b9c1f43 (diff)
downloadmongo-95eba9dbd0dbdb549485c61c0c385ce0e911f892.tar.gz
WT-2038 Count and report the total number of data handles
(cherry picked from commit 95301eddd94c6383cfc08bd7aa8e09f91f55a856)
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 a4fc2fcc831..d480ecb0547 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',
@@ -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',