summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-161-4/+6
|\
| * Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill2014-12-151-4/+6
| |\
| | * Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-091-0/+5
| | |\
| | * | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-4/+6
* | | | Add a few more sweep stats to understand why the test sometimes fails.Susan LoVerso2014-12-151-0/+2
|/ / /
* | | Add connection sweep stats and a sweep test. #1446Susan LoVerso2014-12-101-0/+2
| |/ |/|
* | Don't compress if the record is already smaller than the minimumSusan LoVerso2014-12-091-0/+1
* | Merge branch 'develop' into log-compressDon Anderson2014-12-041-17/+17
|\ \ | |/
| * Merge branch 'develop' into log-recycleMichael Cahill2014-12-041-17/+17
| |\
| | * Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-17/+17
* | | Added log compression stats. refs #1359.Don Anderson2014-12-041-0/+4
|/ /
* | Merge branch 'develop' into log-recycleMichael Cahill2014-12-021-0/+3
|\ \ | |/
| * Merge branch 'develop' into split-rightMichael Cahill2014-12-021-0/+1
| |\
| | * Add a statistic to count how much eviction application threads are doing.Michael Cahill2014-12-021-0/+1
| * | Add code to split a too-large insert list onto a new page as part ofKeith Bostic2014-11-301-0/+2
| |/
* | Merge branch 'develop' into log-recycleSusan LoVerso2014-12-011-26/+51
|\ \ | |/
| * First pass at adding groupings for stats. #1365Susan LoVerso2014-11-261-27/+51
| * Add --all option to create an HTML file for each prefix. #1365Susan LoVerso2014-11-211-0/+1
* | Change prepare to prealloc and make it a value rather than booleanSusan LoVerso2014-11-251-4/+3
* | Just pre-allocate log files instead of recycling. #1373Susan LoVerso2014-11-241-6/+4
* | Add recycle stats and code to set a maximum number of recycle files.Susan LoVerso2014-11-201-1/+7
|/
* Fix error wrapper usage. Change units to msecs. #1374Susan LoVerso2014-11-121-4/+6
* Add checkpoint timer stats. #1374Susan LoVerso2014-11-121-0/+10
* Rename the log "user bytes" statistic to "payload bytes". The former has con...Michael Cahill2014-11-101-1/+1
* Get rid of some abbreviations in the async statistics messages.Keith Bostic2014-11-031-9/+10
* Now that the tag is part of the description, the right field to sortKeith Bostic2014-11-031-1/+1
* Make capitalization consistent.Keith Bostic2014-11-031-3/+3
* whitespaceKeith Bostic2014-11-031-3/+3
* Replace some of the tags with more verbose versions:Keith Bostic2014-11-031-4/+4
* Use the "btree" tag consistently (before we had both "Btree" and "btree").Keith Bostic2014-11-031-28/+25
* Create a set of subclasses to ensure we can't forget prefixes or createKeith Bostic2014-11-031-289/+289
* unused statistics field: rec_skipped_updateMichael Cahill2014-11-031-2/+0
* In the case of a workload where we're forcibly evicting a large page,Keith Bostic2014-11-011-3/+0
* Fix whitespace in dist/stat_data.pyMichael Cahill2014-10-281-364/+364
* Add prefixes to all stat descriptions. #1313Susan LoVerso2014-10-271-122/+147
* Add statistics to track open sessions and the range of transaction IDs that a...Michael Cahill2014-10-241-0/+4
* If we wrap a log file before the previous one closes, wait instead ofSusan LoVerso2014-10-211-0/+2
* Don't list the potential object types, it doesn't add information.Keith Bostic2014-10-061-2/+1
* Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso2014-09-181-0/+1
* Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso2014-09-181-0/+6
* Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill2014-08-291-0/+5
|\
| * Add new statistics to the stat_data.py file.Alex Gorrod2014-07-211-0/+5
* | s/rolled-back/rolled back/gMichael Cahill2014-08-291-1/+1
|/
* Merge branch 'develop' into eviction-under-loadAlex Gorrod2014-07-021-0/+4
|\
| * Cleanup based on Alex's feedback.Michael Cahill2014-07-011-4/+4
| * Use a split generation number to determine when memory replaced by a split ca...Michael Cahill2014-06-251-2/+2
| * Add statistics to track memory from splits that cannot be freed immediately.Michael Cahill2014-06-201-0/+4
* | Add statistics to track eviction server candidate list sizes.Alex Gorrod2014-06-271-0/+8
|/
* First attempt to add a sweep thread to close data handles only afterKeith Bostic2014-05-211-3/+0
* Add backoff to sleep if no async work available. #1002Susan LoVerso2014-05-121-0/+1