summaryrefslogtreecommitdiff
path: root/src/include/stat.h
AgeCommit message (Expand)Author
2014-02-06Add statistics to track the amount of time application threads spend throttle...Michael Cahill
2014-01-08When using fsync or fdatasync for log durability, have groups of threads pigg...Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-30Track connection & session data handle sweeps consistently, moveKeith Bostic
2013-11-24Add a connection statistic when checkpoint is running so statlog willKeith Bostic
2013-11-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-19Give statistics' integer IDs separate namespaces.Keith Bostic
2013-11-18Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.Keith Bostic
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-17Rename block manager statistics with "block manager" prefix so they sortKeith Bostic
2013-11-14Don't use condition variables in log code when no-sync is configured.Alex Gorrod
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11Go back to "allocation_size" to avoid breaking the world.Michael Cahill
2013-11-09Merge branch 'develop' into compressKeith Bostic
2013-11-09Compression changes.Keith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-08Add statistics tracking forced eviction.Alex Gorrod
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-05Add a statistic of the number of bytes currently available in the fileKeith Bostic
2013-11-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-01lint, cleanup, style.Keith Bostic
2013-10-25Add statistics to log buffering and general review cleanup.Alex Gorrod
2013-10-23Remove uninteresting stat. #586Susan LoVerso
2013-10-21Add some wording to stat.h noting which groups of statistics do what.Keith Bostic
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-14Merge branch 'develop' into mutex-loggingKeith Bostic
2013-10-14Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-12Table statistics no longer needs WT_STAT_INCRKV, and no other codeKeith Bostic
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-10-10We require 8B atomic updates, there's no reason to restrict theKeith Bostic
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-08-24The cursor's write-generation value is no longer used, it's only set andKeith Bostic
2013-08-15Merge branch 'develop' into split-hot-pagesAlex Gorrod
2013-08-13Periodically close session and connection dhandles that are no longerSusan LoVerso
2013-08-13Changes to page splitting as per review comments.Alex Gorrod
2013-08-09Implement the rest of splitting pages in memory if they can't be evicted.Alex Gorrod
2013-07-15Merge branch 'develop' into loggingSusan LoVerso
2013-07-13It's a lot more interesting when internal pages have overflow keys thanKeith Bostic
2013-06-19Add a couple new stats. Changes to handle direct_io.Susan LoVerso
2013-06-17Merge branch 'develop' into loggingSusan LoVerso
2013-06-05Change transaction IDs to 64-bits, remove code that deals with wrapping.Michael Cahill
2013-05-29Remove unnecessary total_len from log record.Susan LoVerso
2013-05-29Add flags to flags.py. Implement log_scan API. Some bug fixes.Susan LoVerso
2013-05-28Create a more general-purpose block-manager preload call and pre-loadKeith Bostic
2013-05-22Basic __wt_log_read function and some test code to use it.Susan LoVerso
2013-05-20Add direct_io support for logging.Susan LoVerso
2013-05-20Add file_max config back in. Fix a few statistics.Susan LoVerso
2013-05-09Merge branch 'develop' into logging. Commit merge conflicts.Susan LoVerso
2013-05-09Start logging implementationSusan LoVerso