summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
Commit message (Expand)AuthorAgeFilesLines
* WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-311-0/+2
* WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-301-0/+1
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-3/+1
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-281-0/+4
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-201-0/+1
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+3
* WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod2016-10-181-0/+4
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-11/+44
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-131-103/+126
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-0/+1
* WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-041-0/+2
* WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-141-1/+3
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-091-1/+0
* WT-2221 Add all_only flag to all-only stats. Generate corresponding docs (#2986)Sulabh Mahajan2016-08-301-9/+10
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-3/+3
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-4/+5
* WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan2016-08-031-0/+16
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-1/+2
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-0/+1
* WT-2743 Fixup new I/O thread count statistics. (#2850)Alex Gorrod2016-07-061-8/+8
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-0/+2
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-0/+1
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-231-0/+6
* WT-2541 Add stats showing active readers and writers (#2793)David Hows2016-06-201-2/+24
* WT-2319 Add units to stats descriptions, change variable names (#2795)Sulabh Mahajan2016-06-101-4/+4
* WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-081-0/+6
* WT-2668 Create join statistics that are useful and are easy to understand. (#...Don Anderson2016-06-071-2/+4
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-0/+3
* WT-2446 Add stat for number of calls to get a page. (#2697)sueloverso2016-04-281-0/+2
* A new heuristic for deciding if the server should help evict based on how muc...Sasha Fedorova2016-04-131-0/+1
* WT-2546 Restore original text for cache_eviction_server_not_evictionSusan LoVerso2016-04-131-1/+1
* WT-2546 The evict server probabilistically decides whether or not to evict ba...Sasha Fedorova2016-04-131-0/+1
* WT-2453 Add some stats about the eviction queue being empty.Susan LoVerso2016-04-121-0/+3
* WT-2453 If eviction server is helping evict, have it skip large pages.Susan LoVerso2016-04-041-0/+1
* WT-2453 Remove stat that is now unused.Susan LoVerso2016-04-041-1/+0
* Merge branch 'develop' into wt-2318-auto-cond-varSusan LoVerso2016-03-101-2/+2
|\
| * WT-2448 Add no_scale flag into a couple of statistics.Alex Gorrod2016-03-071-2/+2
* | WT-2318 Add use of auto adjusting condition for some log threads.Susan LoVerso2016-03-041-0/+5
|/
* whitespaceAlex Gorrod2016-03-021-1/+1
* WT-2438 Add size identifier to other statistics as required.Alex Gorrod2016-03-011-8/+8
* WT-2438 Add size identifier to statistics based on timeseries classification.Alex Gorrod2016-03-011-30/+31
* Merge branch 'develop' into wt-2429Alex Gorrod2016-02-251-3/+3
|\
| * WT-2428 Add a "json" mode to statistics logging.Michael Cahill2016-02-251-3/+3
* | WT-2429 Add a statistic to track eviction aggressive mode.Alex Gorrod2016-02-251-0/+1
|/
* WT-2060: Replace remaining uses of no_aggregate with max_aggregate andKeith Bostic2015-11-301-8/+5
* The no_clear flag doesn't imply no_scale (at least, it doesn't implyKeith Bostic2015-11-291-6/+2
* Fix a comment typo.Keith Bostic2015-11-291-1/+1
* Quit trying to make stat_data.py fit into 80 columns, now requires aKeith Bostic2015-11-291-170/+84
* WT-2222 Fixup snapshot statistics re: review comments.Alex Gorrod2015-11-191-4/+2
* Merge branch 'develop' into wt-2222-snapshot-statsAlex Gorrod2015-11-191-0/+20
|\