summaryrefslogtreecommitdiff
path: root/src/include/stat.h
AgeCommit message (Expand)Author
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-09-18Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso
2014-09-18Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso
2014-07-21LSM manager threads.Alex Gorrod
2014-07-02Merge branch 'develop' into eviction-under-loadAlex Gorrod
2014-07-02Merge branch 'eviction-under-load' into eviction-statsAlex Gorrod
2014-07-01Merge branch 'develop' into split-memory-managementKeith Bostic
2014-06-27Add statistics to track eviction server candidate list sizes.Alex Gorrod
2014-06-25Change from using separate fields to define stat states to flags.Alex Gorrod
2014-06-25Add all possible statistics operations (DECRV and ATOMIC flavors)Michael Cahill
2014-06-20Add statistics to track memory from splits that cannot be freed immediately.Michael Cahill
2014-05-21First attempt to add a sweep thread to close data handles only afterKeith Bostic
2014-05-12Add backoff to sleep if no async work available. #1002Susan LoVerso
2014-04-28Add asynchronous compact support to async API.Susan LoVerso
2014-04-16Changes for atomic use for flush command. Fix counts in wtperf forSusan LoVerso
2014-04-14Add async support for wtperf populate. Remove unused stat.Susan LoVerso
2014-04-07Merge branch 'develop' into asyncMichael Cahill
2014-03-26Compilation fixes for C code.Susan LoVerso
2014-03-26Clean up pass for s_all.Susan LoVerso
2014-03-10Add statistics to show just how much prefix/suffix compression areKeith Bostic
2014-02-27Fix up the statistics fields, remove most of the previous merge/splitKeith Bostic
2014-02-22Add code to check for identical blocks when reconciling a page: if weKeith Bostic
2014-02-16Replace eviction code to deepen the tree using split-merge pages withKeith Bostic
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