summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-041-1/+1
* Add support for LZ4.Keith Bostic2015-03-181-0/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add the code changes tfor wtperf ops_per_txn.Alex Gorrod2014-10-221-0/+2
* wtperf uses WiredTiger internal include files, so WT_TIMEDIFF can comeKeith Bostic2014-10-201-5/+0
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-2/+13
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-3/+6
* Minor cleanup of new wtperf throttle code.Susan LoVerso2014-09-251-0/+6
* Add the ability to throttle workers in wtperf.Alex Gorrod2014-09-241-0/+1
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-0/+2
* whitespaceKeith Bostic2014-09-131-3/+3
* Move CONFIG_OPT enum/structure into config_opt.h, move doxygen DEF_OPTKeith Bostic2014-08-041-12/+3
* Create a standalone program that outputs the wtperf documentation inKeith Bostic2014-08-041-1/+0
* Add a wtperf page to the documentation, how to simulate workloads.Keith Bostic2014-08-021-0/+1
* Lint.Susan LoVerso2014-05-061-1/+0
* Always use async for compact. #921.Susan LoVerso2014-04-291-0/+1
* Add async support for wtperf populate. Remove unused stat.Susan LoVerso2014-04-141-0/+3
* Add warmup configuration option to wtperf.Alex Gorrod2014-03-181-0/+1
* Fix wtperf config parsing to handle long lines.Alex Gorrod2014-03-111-0/+2
* Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-261-1/+1
|\
| * Simplify code to always use the cfg->uris array.Susan LoVerso2014-02-251-2/+2
* | Add ability for wtperf to run with multiple databases in different threads.Alex Gorrod2014-02-141-0/+1
|/
* Stop using global variables to track things in wtperf.Alex Gorrod2014-02-131-0/+15
* Fix latency units. #864Susan LoVerso2014-02-121-2/+2
* TypoSusan LoVerso2014-02-121-1/+1
* Fix some warnings in the wtperf config code.Michael Cahill2014-02-121-2/+3
* Add compression as a wtperf config. #871Susan LoVerso2014-02-111-0/+22
* Add ability to create multiple tables to wtperf.Alex Gorrod2014-02-041-0/+1
* Add -m option to set monitor output directory.Susan LoVerso2014-02-031-0/+1
* Use WT_TIMEDIFF for latency computation. #863Susan LoVerso2014-01-301-0/+5
* Add latency_ops to compute average latency correctly.Susan LoVerso2014-01-281-1/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* The rest of the changes for #775: we can now support multiple, entirelyKeith Bostic2013-12-021-3/+22
* Replace two thread modes (individual insert, read & update threads,Keith Bostic2013-12-021-11/+6
* Info 768: global struct member 'aggregated' (line 124, fileKeith Bostic2013-11-281-6/+0
* Fix a leak of key/value buffers in wtperf. While in the area, rename "data_b...Michael Cahill2013-11-281-1/+1
* Merge the read, insert and update threads into a single set of threads,Keith Bostic2013-11-261-2/+1
* Track average, minimum and maximum latencies on a per operation basis.Keith Bostic2013-11-261-20/+24
* Graph average, minimum and maximum latencies.Keith Bostic2013-11-261-5/+26
* "aggro" -> "aggregated"Keith Bostic2013-11-251-1/+1
* Add support for tracking operation latency in wtperf.Keith Bostic2013-11-231-6/+45
* Add support for a particular job mix separate from the number of threadsKeith Bostic2013-11-221-20/+29
* Add support for running a specific number of workload operations insteadKeith Bostic2013-11-221-1/+2
* Get rid of CONFIG.phase and CONFIG.phase_start_time, they're noKeith Bostic2013-11-221-4/+0
* Make checkpoints look like other threads so we can more easily monitorKeith Bostic2013-11-201-2/+3
* change g_nXXX_ops to g_XXX_ops, that 'n' is just bugging me.Keith Bostic2013-11-201-0/+1
* Track insert operations the same way we do read and update operations.Keith Bostic2013-11-201-1/+2
* Split wtperf up by moving configuration functions into their own file.Keith Bostic2013-11-201-0/+103