diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2015-11-19 01:02:59 +0000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2015-11-19 01:02:59 +0000 |
commit | e45e07383d0ded0d046a7320fcbae55134845e8b (patch) | |
tree | 3c9195da720ae5d4e62d6d17f5232d704aa9ebf8 /tools | |
parent | 76d4b2f41e816cd496d577c6909ef0ac7101bfbf (diff) | |
download | mongo-e45e07383d0ded0d046a7320fcbae55134845e8b.tar.gz |
WT-2222 Fixup snapshot statistics re: review comments.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wtstats/stat_data.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/wtstats/stat_data.py b/tools/wtstats/stat_data.py index dcd112397af..7cee87e49ed 100644 --- a/tools/wtstats/stat_data.py +++ b/tools/wtstats/stat_data.py @@ -24,8 +24,6 @@ no_scale_per_second_list = [ 'reconciliation: split objects currently awaiting free', 'session: open cursor count', 'session: open session count', - 'transaction: number of named snapshots created', - 'transaction: number of named snapshots dropped', 'transaction: transaction checkpoint currently running', 'transaction: transaction checkpoint generation', 'transaction: transaction checkpoint max time (msecs)', @@ -90,8 +88,6 @@ no_clear_list = [ 'reconciliation: split objects currently awaiting free', 'session: open cursor count', 'session: open session count', - 'transaction: number of named snapshots created', - 'transaction: number of named snapshots dropped', 'transaction: transaction checkpoint currently running', 'transaction: transaction checkpoint generation', 'transaction: transaction checkpoint max time (msecs)', |