summaryrefslogtreecommitdiff
path: root/dist/stat_data.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add asynchronous compact support to async API.Susan LoVerso2014-04-281-0/+1
* Changes for atomic use for flush command. Fix counts in wtperf forSusan LoVerso2014-04-161-0/+2
* Add async support for wtperf populate. Remove unused stat.Susan LoVerso2014-04-141-1/+0
* Merge branch 'develop' into asyncMichael Cahill2014-04-071-20/+14
|\
| * Add statistics to show just how much prefix/suffix compression areKeith Bostic2014-03-101-0/+4
| * Fix up the statistics fields, remove most of the previous merge/splitKeith Bostic2014-02-271-21/+9
| * Add code to check for identical blocks when reconciling a page: if weKeith Bostic2014-02-221-0/+1
| * Replace eviction code to deepen the tree using split-merge pages withKeith Bostic2014-02-161-1/+2
* | Compilation fixes for C code.Susan LoVerso2014-03-261-1/+3
* | First bits of async codeSusan LoVerso2014-03-241-0/+13
|/
* Add statistics to track the amount of time application threads spend throttle...Michael Cahill2014-02-061-0/+6
* When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill2014-01-081-4/+0
* Track connection & session data handle sweeps consistently, moveKeith Bostic2013-11-301-1/+2
* Use the same timestamp format in wtperf output as in statistics_logKeith Bostic2013-11-271-2/+2
* Add a connection statistic when checkpoint is running so statlog willKeith Bostic2013-11-241-0/+3
* Cleanup warnings from s_all.Michael Cahill2013-11-211-5/+6
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-211-2/+0
|\
| * Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.Keith Bostic2013-11-181-2/+0
* | Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-18/+25
|\ \ | |/
| * Rename block manager statistics with "block manager" prefix so they sortKeith Bostic2013-11-171-18/+25
* | Don't use condition variables in log code when no-sync is configured.Alex Gorrod2013-11-141-0/+6
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-111-3/+4
|\ \ | |/
| * Go back to "allocation_size" to avoid breaking the world.Michael Cahill2013-11-111-1/+1
| * Merge branch 'develop' into compressKeith Bostic2013-11-091-0/+4
| |\
| * | Compression changes.Keith Bostic2013-11-091-1/+1
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-2/+2
|\ \ \ | | |/ | |/|
| * | imported patch spellingMichael Cahill2013-11-081-2/+2
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-0/+4
|\ \ \ | |/ /
| * | Add statistics tracking forced eviction.Alex Gorrod2013-11-081-0/+4
| |/
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-2/+2
|\ \ | |/
| * Add a statistic of the number of bytes currently available in the fileKeith Bostic2013-11-051-2/+2
* | Check Python scripts for 80 column line wrapping, fix violations.Michael Cahill2013-11-051-1/+2
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-051-16/+15
|\ \ | |/
| * Make memory statistics sort together, get rid of most of the uses ofKeith Bostic2013-11-011-16/+15
* | Add statistics to log buffering and general review cleanup.Alex Gorrod2013-10-251-1/+6
|/
* Remove uninteresting stat. #586Susan LoVerso2013-10-231-1/+0
* The stat "clear" function isn't correct for initialization because itKeith Bostic2013-10-111-1/+1
* The cursor's write-generation value is no longer used, it's only set andKeith Bostic2013-08-241-1/+0
* Merge branch 'develop' into split-hot-pagesAlex Gorrod2013-08-151-0/+9
|\