summaryrefslogtreecommitdiff
path: root/src/include/stat.h
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+8
|\
| * Add statistics to show just how much prefix/suffix compression areKeith Bostic2014-03-101-0/+2
| * Fix up the statistics fields, remove most of the previous merge/splitKeith Bostic2014-02-271-11/+4
| * 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/+1
* | Compilation fixes for C code.Susan LoVerso2014-03-261-0/+1
* | Clean up pass for s_all.Susan LoVerso2014-03-261-0/+9
|/
* Add statistics to track the amount of time application threads spend throttle...Michael Cahill2014-02-061-0/+4
* When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill2014-01-081-2/+0
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Track connection & session data handle sweeps consistently, moveKeith Bostic2013-11-301-1/+2
* Add a connection statistic when checkpoint is running so statlog willKeith Bostic2013-11-241-0/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-211-90/+91
|\
| * Give statistics' integer IDs separate namespaces.Keith Bostic2013-11-191-83/+85
| * Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.Keith Bostic2013-11-181-1/+0
* | Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-0/+1
|\ \ | |/
| * Rename block manager statistics with "block manager" prefix so they sortKeith Bostic2013-11-171-0/+1
* | Don't use condition variables in log code when no-sync is configured.Alex Gorrod2013-11-141-0/+3
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-111-1/+1
|\ \ | |/
| * 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/+2
| |\
| * | Compression changes.Keith Bostic2013-11-091-1/+1
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-0/+2
|\ \ \ | | |/ | |/|
| * | Add statistics tracking forced eviction.Alex Gorrod2013-11-081-0/+2
| |/
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-0/+1
|\ \ | |/
| * Add a statistic of the number of bytes currently available in the fileKeith Bostic2013-11-051-0/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-051-12/+0
|\ \ | |/
| * lint, cleanup, style.Keith Bostic2013-11-011-12/+0
* | Add statistics to log buffering and general review cleanup.Alex Gorrod2013-10-251-0/+3
|/
* Remove uninteresting stat. #586Susan LoVerso2013-10-231-1/+0
* Add some wording to stat.h noting which groups of statistics do what.Keith Bostic2013-10-211-3/+11
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-38/+34
* Merge branch 'develop' into statistics-splitKeith Bostic2013-10-171-0/+12
|\
| * Merge branch 'develop' into mutex-loggingKeith Bostic2013-10-141-17/+2
| |\
| * | Add support for tracking which spinlocks block other spinlocks andKeith Bostic2013-10-061-0/+12
* | | Merge branch 'develop' into statistics-splitKeith Bostic2013-10-141-3/+0
|\ \ \ | | |/ | |/|
| * | Table statistics no longer needs WT_STAT_INCRKV, and no other codeKeith Bostic2013-10-121-4/+0
* | | Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-38/+58
|/ /
* | We require 8B atomic updates, there's no reason to restrict theKeith Bostic2013-10-101-13/+2
|/
* 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/+5
|\
| * Periodically close session and connection dhandles that are no longerSusan LoVerso2013-08-131-0/+5
* | Changes to page splitting as per review comments.Alex Gorrod2013-08-131-2/+2
* | Implement the rest of splitting pages in memory if they can't be evicted.Alex Gorrod2013-08-091-0/+2
|/
* Merge branch 'develop' into loggingSusan LoVerso2013-07-151-3/+4
|\