summaryrefslogtreecommitdiff
path: root/bench/wtperf/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Use lprintf to exit, rather than an abort in wtperf.Alex Gorrod2014-03-251-1/+1
* Don't use memory after we've freed it.Keith Bostic2014-03-011-4/+8
* Display the failed open path, it makes debugging easier.Keith Bostic2014-02-271-3/+2
* Add a 'totalsec' column to monitor output.Susan LoVerso2014-02-051-3/+3
* Initial changes to get some basho_bench/riak like tests running inSusan LoVerso2014-01-271-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Replace two thread modes (individual insert, read & update threads,Keith Bostic2013-12-021-18/+0
* Statistics doesn't open the log file anymore, add error information toKeith Bostic2013-11-291-11/+11
* Break out the operation/latency tracking code into its own file.Keith Bostic2013-11-261-344/+0
* Track average, minimum and maximum latencies on a per operation basis.Keith Bostic2013-11-261-48/+113
* Graph average, minimum and maximum latencies.Keith Bostic2013-11-261-8/+93
* Change "off" to "field_offset".Keith Bostic2013-11-251-11/+11
* Add support for tracking operation latency in wtperf.Keith Bostic2013-11-231-0/+194
* Add support for a particular job mix separate from the number of threadsKeith Bostic2013-11-221-0/+18
* Replace the stat_worker/stat_interval function/interval pair (thatKeith Bostic2013-11-211-1/+1
* Split wtperf up by moving configuration functions into their own file.Keith Bostic2013-11-201-0/+110