summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-2/+3
| | | | | | | | | | | size, reference #1282. Deprecate the internal_item_max and leaf_item_max configuration strings, replace with internal_key_max, leaf_key_max and leaf_value_max. Remove examples/c/ex_file.c (there's no real need for a "file" URI example, and it's easy to replace the one place the documentation used it).
* Generalize to use a log server thread that separately handles archivingSusan LoVerso2014-12-011-1/+1
| | | | and file pre-allocation. #1373
* Merge branch 'develop' into log-recycleSusan LoVerso2014-12-012-35/+104
|\
| * Make file list processing a little more Python idiomatic.Michael Cahill2014-11-281-14/+15
| |
| * First pass at adding groupings for stats. #1365Susan LoVerso2014-11-262-6/+20
| |
| * Accept either files or a directory for the list of stat files. #1365Susan LoVerso2014-11-241-5/+14
| |
| * Add --all option to create an HTML file for each prefix. #1365Susan LoVerso2014-11-212-33/+78
| |
* | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-2/+0
| | | | | | | | config.
* | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-2/+2
| |
* | Add recycle stats and code to set a maximum number of recycle files.Susan LoVerso2014-11-201-0/+3
|/
* Fix error wrapper usage. Change units to msecs. #1374Susan LoVerso2014-11-121-8/+8
|
* Add checkpoint timer stats. #1374Susan LoVerso2014-11-121-0/+8
|
* Put the 3rdparty directory at the beginnging of the Python library path, so ↵Michael Cahill2014-11-111-4/+4
| | | | our local version overrides any installed one.
* Rename tools/third_party to tools/3rdpartyAlex Gorrod2014-11-1033-2/+2
| | | | | Also remove pre-compiled Python. I thought it was necessary, but it isn't.
* Fix a typo, change directory before checking out a branch.Keith Bostic2014-11-101-2/+2
|
* Fix whitespace in wtstats.py.Michael Cahill2014-11-101-2/+2
|
* Add Python NVD3 build 0.11.0 to our source tree.Alex Gorrod2014-11-1034-3/+2145
| | | | | This saves requiring a particualr version being installed on a users computer.
* Now that the tag is part of the description, the right field to sortKeith Bostic2014-11-031-10/+10
| | | | on is the description, not the name.
* Make capitalization consistent.Keith Bostic2014-11-031-6/+6
|
* Replace some of the tags with more verbose versions:Keith Bostic2014-11-031-12/+12
| | | | | | | | | | | conn -> connection, dhandle -> data-handle txn -> transaction Don't use whitespace in the tag name so post-processing is a little simpler: block manager -> block-manager
* Update WiredTiger stat graph generator to expect non-cleared stats.Alex Gorrod2014-10-292-2/+36
| | | | Can revert to previous behaivor with --clear flag.
* Remove unused import from wtperf grapher.Alex Gorrod2014-10-281-7/+0
|
* Add prefixes to all stat descriptions. #1313Susan LoVerso2014-10-271-31/+31
|
* Add statistics to track open sessions and the range of transaction IDs that ↵Michael Cahill2014-10-241-0/+2
| | | | are pinned.
* Don't list the potential object types, it doesn't add information.Keith Bostic2014-10-061-1/+1
|
* Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso2014-09-181-0/+3
| | | | | Restore some of the manager conditional. My changes broke normal switchng and its intent is covered in the aggressiveness changes. #1230
* Cleanup based on Alex's feedback.Michael Cahill2014-07-011-2/+2
| | | | refs #1082
* Use a split generation number to determine when memory replaced by a split ↵Michael Cahill2014-06-251-2/+2
| | | | can be freed.
* Add statistics to track memory from splits that cannot be freed immediately.Michael Cahill2014-06-201-0/+2
| | | | refs #1079
* Add custom key sorting function for times. #1052Susan LoVerso2014-06-051-1/+9
|
* Merge branch 'develop' into asyncMichael Cahill2014-04-071-1/+1
|\ | | | | | | | | | | Conflicts: src/include/extern.h src/include/wiredtiger.in
| * Fix up the statistics fields, remove most of the previous merge/splitKeith Bostic2014-02-271-1/+1
| | | | | | | | statistics.
* | Compilation fixes for C code.Susan LoVerso2014-03-261-0/+1
|/
* Eliminate constants in wtperf_stats.py, working version.Susan LoVerso2014-02-191-4/+6
|
* Eliminate constants.Susan LoVerso2014-02-181-0/+11
|
* Fix wtperf NVD3 graph throughput scaling.Alex Gorrod2014-02-141-5/+2
|
* Ignore the totalsec column. #864Susan LoVerso2014-02-121-0/+2
|
* Fix latency units. #864Susan LoVerso2014-02-121-2/+2
|
* Remove unnecessary every clause from gnuplot script.Alex Gorrod2014-02-111-8/+8
|
* Fix a remnant from the merge.Alex Gorrod2014-02-111-2/+2
|
* Merge branch 'develop' into wtperf_monitor_nvd3Alex Gorrod2014-02-111-12/+17
|\ | | | | | | | | Conflicts: tools/wtperf_graph.py
| * Fix columns for monitor graph. Get rid of Total.Susan LoVerso2014-02-051-4/+3
| |
| * Add a 'totalsec' column to monitor output.Susan LoVerso2014-02-051-7/+13
| |
* | Add support for --abstime argument to wtperf NVD3 graph script.Alex Gorrod2014-02-102-9/+21
| |
* | Add a wtperf option to wtstats NVD3 graphing script.Alex Gorrod2014-02-103-55/+92
| | | | | | | | | | | | This takes adds wtperf monitor statistics to the WiredTiger statistics plots. Assumes that the statistics file(s) are in the wtperf directory, also currently requires that --abstime argument is used.
* | Update gnuplot wtperf graphing script to work again.Alex Gorrod2014-02-101-15/+23
| |
* | Fix scale on wtperf NVD3 graph.Alex Gorrod2014-02-102-7/+7
| |
* | Add a script that can graph wtperf monitor using NVD3.Alex Gorrod2014-02-073-20/+179
|/
* Update wtperf graphing script to support running from a different directory.Alex Gorrod2014-01-311-8/+9
|
* TypoSusan LoVerso2014-01-291-2/+3
|