summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-142-1/+41
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-131-0/+1
* WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-141-0/+2
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-0/+6
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-0/+6
* WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan2016-08-031-0/+32
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-2/+1
* WT-2762 Handle 'Y' from wtperf monitor file. (#2871)sueloverso2016-07-121-0/+2
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-0/+4
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-0/+2
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-231-0/+2
* WT-2541 Add stats showing active readers and writers (#2793)David Hows2016-06-201-1/+8
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-0/+1
* WT-2448 Add no_scale flag into a couple of statistics.Alex Gorrod2016-03-071-0/+2
* WT-2429 Add a statistic to track eviction aggressive mode.Alex Gorrod2016-02-251-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-013-3/+3
* WT-2276. Added tool to crack and display contents of checkpoint 'addr'Don Anderson2015-12-111-0/+103
* Update wtstats graphing tool for 2.7.0 releaseAlex Gorrod2015-12-081-15/+17
* WT-2222 Fixup snapshot statistics re: review comments.Alex Gorrod2015-11-191-4/+0
* WT-2222 Add statistics for named snapshots.Alex Gorrod2015-11-181-0/+6
* Add a statistics value to track column-store RLE encoded values, so it'sKeith Bostic2015-09-061-0/+1
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-141-0/+2
* Update wtstats tool.Alex Gorrod2015-05-151-21/+12
* Merge branch 'master' into developAlex Gorrod2015-04-221-12/+21
|\
| * Update autogenerated wtstats template file.Alex Gorrod2015-04-221-12/+21
* | async_max_queue: collection statistic, aggregate doesn't apply, don'tKeith Bostic2015-03-301-0/+2
|/
* Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-0/+6
* Add a new statistic tracking range of IDs pinned by a transaction.Alex Gorrod2015-03-161-0/+2
* Add a global checkpoint generation and track it per data handle.Alex Gorrod2015-03-111-0/+4
* Mark statistics with the right aggregation flags.Alex Gorrod2015-03-101-0/+4
* Cut WiredTiger release 2.5.1Alex Gorrod2015-03-091-12/+12
* With the commit of #1676, we should no longer need the wtperf_stats toolKeith Bostic2015-02-1920-2351/+0
* fixes and improvements for wtperf parsingThomas Rueckstiess2015-02-163-145/+237
* added small wtperf fixture file for testing.Thomas Rueckstiess2015-02-131-0/+41
* added support to parse wtperf files.Thomas Rueckstiess2015-02-131-11/+40
* Change s_wtstats to run "npm install", run all npm commands --quiet.Keith Bostic2015-02-061-0/+10027
* Add wtperf_stats back into the tree.Keith Bostic2015-02-0620-0/+2351
* Move the tools/XXX wtstats sources down one level, to tools/wtstats.Keith Bostic2015-02-0640-0/+0
* some minor fixes to template UI documentation.Thomas Rueckstiess2015-02-051-5/+5
* added documentation for wtstats tool UI.Thomas Rueckstiess2015-02-051-3/+53
* Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-2/+0
* Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-0/+2
* Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-0/+2
* Remove the (really, really old) gnuplot versions of the graph tools,Keith Bostic2015-01-162-360/+0
* One more try, fix up the copyright notices.Keith Bostic2015-01-162-2/+2
* Fix up the copyright notice.Keith Bostic2015-01-162-2/+2
* Fix up copyright notices.Keith Bostic2015-01-162-1/+30
* Merge pull request #1532 from rueckstiess/1365-wtstats-rewriteAlex Gorrod2015-01-1659-2573/+484987
|\
| * Added s_wtstats to build the wtstats template. gulp nowDon Anderson2015-01-132-3/+3
| * Remove dead code.Don Anderson2015-01-131-3/+0