summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | cookie. Similar to 'wt list -c', but usable in situations where it may be difficult to run 'wt' (e.g. during a debugging session).
* 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
| | | | | | | New statistics are: * pinned by named snapshots * number of named snapshots created * number of named snapshots dropped
* Add a statistics value to track column-store RLE encoded values, so it'sKeith Bostic2015-09-061-0/+1
| | | | possible to tell how many values are being compressed by RLE encoding.
* 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
|\ | | | | | | | | Conflicts: README
| * 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
|/ | | | | | | | | | | | | | | | | | | | clear. cache_eviction_maximum_page_size: collection statistic, aggregate doesn't apply, don't clear. various txn_checkpoint_XXX statistics: collection statistic, aggregate doesn't apply various Btree maximum size statistics: aggregate the maximum value, rather than doing no aggregation at all. lsm_chunk_count: aggregate the count of LSM chunks. Add syntax checking code to stat.py to disallow aggregation flags for connection-level statistics. Reference #1742.
* Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-0/+6
| | | | | | It is often useful to know if a cache is full of internal pages. I could have added page count tracking, but byte count tracking seems more useful (enough to justify the extra performance overhead).
* Add a new statistic tracking range of IDs pinned by a transaction.Alex Gorrod2015-03-161-0/+2
| | | | Refs #1746.
* Add a global checkpoint generation and track it per data handle.Alex Gorrod2015-03-111-0/+4
| | | | | | | Not yet used, but will be used to allow more eviction during checkpoints. Refs #1745
* Mark statistics with the right aggregation flags.Alex Gorrod2015-03-101-0/+4
| | | | | | | | Specifically cache dirty tracking and log preallocation. This helps wtstats graph generator. Refs #1742
* 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
| | | | or subdirectory.
* fixes and improvements for wtperf parsingThomas Rueckstiess2015-02-163-145/+237
| | | | | | | | - convert wtperf microsec to millisec - don't skip monitor* files when parsing directory - parsing code reorganization - renamed wtperf stats fixture - added tests
* 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
| | | | they go into a separate stats section named "wtperf".
* Change s_wtstats to run "npm install", run all npm commands --quiet.Keith Bostic2015-02-061-0/+10027
| | | | | Add the wtstats template file (wtstats.html.template) to the tree. Strip the wtstats/{test,template} subdirectories from the release.
* 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 ↵Michael Cahill2015-01-271-2/+0
| | | | | | should play nice with shared caches. refs #1590
* Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-0/+2
| | | | statistic that reports the adjusted bytes.
* Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-221-0/+2
| | | | their cache overhead.
* Remove the (really, really old) gnuplot versions of the graph tools,Keith Bostic2015-01-162-360/+0
| | | | they're no longer in use.
* 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
|\ | | | | Overhaul of wtstats tool, see #1365.
| * Added s_wtstats to build the wtstats template. gulp nowDon Anderson2015-01-132-3/+3
| | | | | | | | | | generates tools/template/wtstats.html.template and s_wtstats creates tools/wtstats.html.template if it is different.
| * Remove dead code.Don Anderson2015-01-131-3/+0
| |
| * removed confusing comment lineThomas Rueckstiess2015-01-131-3/+1
| |
| * shift-click toggles all except clicked statThomas Rueckstiess2015-01-139-18/+94
| | | | | | | | | | | | | | | | - pass app through to panel and stat - statChanged takes option doc for all and propagation - remember last selectionState when shift-clicking - mention "click" in help text - make group labels, stats, instructions unselectable
| * added empty view with help text and symbolsThomas Rueckstiess2015-01-088-5/+123
| |
| * changes based on PR feedbackThomas Rueckstiess2015-01-081-5/+10
| | | | | | | | | | | | - included information about installing npm - added link to package.json file for specific versions - clarifications in various places
| * added repository info (wiredtiger github) and better example in README.Thomas Rueckstiess2015-01-062-3/+7
| |
| * bumped template version to 0.9 and fixed multi line strings in wtstats.py.Thomas Rueckstiess2015-01-062-10/+10
| |
| * added npm run build alias, updated README.Thomas Rueckstiess2015-01-062-2/+2
| |
| * Update README.mdThomas Rückstieß2015-01-061-1/+1
| | | | | | Removed local link to Dependencies.
| * not including the actual template, gets created by build process.Thomas Rueckstiess2015-01-061-9950/+0
| |
| * added READMEThomas Rueckstiess2015-01-061-0/+43
| |
| * added test for --json, fixed issue running nosetests from ./test.Thomas Rueckstiess2015-01-061-5/+22
| |
| * do not mangle "data" variable, needed for python tests.Thomas Rueckstiess2015-01-061-1/+1
| |
| * updated test suite, removed obsolete tests for --focus --right --abstime.Thomas Rueckstiess2015-01-061-67/+14
| | | | | | | | All these options are now accessible directly in the UI.