summaryrefslogtreecommitdiff
path: root/tools/statlog.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic2013-12-111-3/+4
* Add an alternative script to turn statistics logs into graphs using D3.Michael Cahill2013-12-041-43/+3
* Add a connection statistic when checkpoint is running so statlog willKeith Bostic2013-11-241-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
|\
| * Rename block manager statistics with "block manager" prefix so they sortKeith Bostic2013-11-171-6/+6
* | Add statistics to log buffering and general review cleanup.Alex Gorrod2013-10-251-0/+1
|/
* 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