summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update wtperf graphing script to support running from a different directory.Alex Gorrod2014-01-311-8/+9
* TypoSusan LoVerso2014-01-291-2/+3
* Add code to skip unused operations.Susan LoVerso2014-01-291-11/+23
* Rework to plot multiple wtperf monitor and latency files in oneSusan LoVerso2014-01-291-65/+98
* Output latencies in usecs.Susan LoVerso2014-01-281-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-073-3/+3
* Improve D3 stats graphs:Michael Cahill2013-12-181-34/+64
* Fix args to chart functions to use H:M:S when appropriate.Susan LoVerso2013-12-171-2/+9
* Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic2013-12-112-4/+6
* Improve the install instructions from wtstats.py if python-nvd3 is not found.Michael Cahill2013-12-111-3/+3
* Add an alternative script to turn statistics logs into graphs using D3.Michael Cahill2013-12-044-44/+224
* Use the same timestamp format in wtperf output as in statistics_logKeith Bostic2013-11-271-13/+17
* Track average, minimum and maximum latencies on a per operation basis.Keith Bostic2013-11-261-38/+47
* Graph average, minimum and maximum latencies.Keith Bostic2013-11-261-28/+60
* renamed: wtperf.py -> wtperf_graph.pyKeith Bostic2013-11-251-0/+0
* Add a connection statistic when checkpoint is running so statlog willKeith Bostic2013-11-241-1/+2
* Add support for tracking operation latency in wtperf.Keith Bostic2013-11-231-3/+57
* Handle when a checkpoint is happening as the run finishes.Keith Bostic2013-11-221-0/+2
* Add support for running a specific number of workload operations insteadKeith Bostic2013-11-221-5/+3
* Minor labeling/format changes.Keith Bostic2013-11-211-1/+2
* Graph thousands of ops per second.Keith Bostic2013-11-211-2/+2
* Merge branch 'develop' into wtperf-745Keith Bostic2013-11-211-1/+2
|\
| * Cleanup warnings from s_all.Michael Cahill2013-11-211-1/+1
| * Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-11-181-6/+6
| |\
| * | Add statistics to log buffering and general review cleanup.Alex Gorrod2013-10-251-0/+1
* | | Replace the stat_worker/stat_interval function/interval pair (thatKeith Bostic2013-11-211-0/+75
| |/ |/|
* | Rename block manager statistics with "block manager" prefix so they sortKeith Bostic2013-11-171-6/+6
|/
* I can't figure out how to keep long titles from being truncated in theKeith Bostic2013-10-171-2/+3
* Avoid divide-by-zero.Keith Bostic2013-10-171-0/+2
* With spinlock logging, there will is potentially a lot more reports we skip,Keith Bostic2013-10-141-5/+11
* Add a comment that the list of graphs we don't want to scale per secondKeith Bostic2013-05-011-0/+1
* Reverse the sense of the "scale" option, make it "no_scale" insteadKeith Bostic2013-04-301-113/+40
* Add support for aggregating data-source statistics, currently onlyKeith Bostic2013-04-301-8/+115
* When generating statistics graphs, scale event counts to per second graphs.Michael Cahill2013-04-291-35/+56
* Put the raw files in a subdirectory, reports/raw.Keith Bostic2013-04-231-2/+3
* Now there are multiple sets of objects, sort them so objects groupKeith Bostic2013-03-211-1/+1
* Optionally dump statistics for a list of objects as part of statisticsKeith Bostic2013-03-201-1/+1
* If we're eating multiple files, the entries aren't in order and gnuplotKeith Bostic2013-02-201-1/+1
* Support multiple files.Keith Bostic2013-02-201-4/+3
* Add a new server thread that can be configured to periodically outputKeith Bostic2013-02-201-0/+96