summaryrefslogtreecommitdiff
path: root/dist/stat.py
Commit message (Expand)AuthorAgeFilesLines
* Make the generated code a little easier to read, don't split linesKeith Bostic2015-08-251-3/+6
* The stats aggregation function is internal, it doesn't need to know thatKeith Bostic2015-08-251-4/+4
* WT-2059 Include non-aggregated stats in cursor results.Michael Cahill2015-08-251-2/+2
* WT-2029, minor cleanups.Keith Bostic2015-08-181-9/+13
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-39/+76
* async_max_queue: collection statistic, aggregate doesn't apply, don'tKeith Bostic2015-03-301-0/+6
* Skip tools/wtperf_stats/3rdparty (and some other wtperf_stats files)Keith Bostic2015-02-061-1/+1
* Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-85/+85
* First pass at adding groupings for stats. #1365Susan LoVerso2014-11-261-1/+3
* Add --all option to create an HTML file for each prefix. #1365Susan LoVerso2014-11-211-0/+9
* Update WiredTiger stat graph generator to expect non-cleared stats.Alex Gorrod2014-10-291-0/+7
* Add an alternative script to turn statistics logs into graphs using D3.Michael Cahill2013-12-041-14/+5
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-211-5/+8
|\
| * Give statistics' integer IDs separate namespaces.Keith Bostic2013-11-191-5/+8
* | Check Python scripts for 80 column line wrapping, fix violations.Michael Cahill2013-11-051-1/+0
|/
* A different approach to aggregating checkpoint handle statistics; whenKeith Bostic2013-10-121-1/+2
* The stat "clear" function isn't correct for initialization because itKeith Bostic2013-10-111-3/+6
* Reverse the sense of the "scale" option, make it "no_scale" insteadKeith Bostic2013-04-301-5/+5
* Use more verbose names for the various statistics entry flags.Keith Bostic2013-04-301-13/+11
* Add support for aggregating data-source statistics, currently onlyKeith Bostic2013-04-301-3/+55
* Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-15/+7
* Update the documentation around statistics keys.Michael Cahill2012-11-221-1/+1
* Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-49/+25
* Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-081-1/+17
* Put statistics keys into the documentation.Michael Cahill2012-01-201-46/+25
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-6/+40
* fix a long-line complaintKeith Bostic2011-09-281-2/+0
* Automatically generate a list of the statistics for the documentation.Keith Bostic2011-09-281-0/+38
* Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-...Michael Cahill2011-08-261-3/+3
* Have statistics cursors return field names as keys and use multi-column value...Michael Cahill2011-07-291-0/+1
* Add a "clear" option when closing a statistics cursor.Michael Cahill2011-07-291-21/+28
* For some reason, the python script stat.py is sorting entries in theKeith Bostic2011-08-041-2/+2
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-24/+15
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-1/+1
* Treating the statistics fields as an array makes it too easy to walk off theKeith Bostic2011-04-081-48/+35
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-4/+4
* Begin renaming some of the structs in the internal API (in particular, IDB ->...Michael Cahill2011-02-071-5/+5
* Clean up the Python scripts for statistics.Michael Cahill2011-02-241-18/+13
* Get rid of uses of "database". We're using standard terminology in WiredTigerKeith Bostic2011-02-171-2/+2
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-041-2/+2
* Restructure the tree to ease merge.Michael Cahill2011-02-011-3/+3
* Update all the copyright notices to the real corporate name, add a script toKeith Bostic2010-10-091-5/+0
* Upgrade Python scripts to Python 3.0.Keith Bostic2010-09-271-5/+5
* Get page-modification order working: two threads deleting the same record canKeith Bostic2010-07-191-2/+9
* Don't pretend to generate statistics for the {Env,Db}.{err,errx} method calls,Keith Bostic2010-04-161-2/+3
* Add statistics for every method call so we can track them.Keith Bostic2010-04-071-7/+25
* Hard-code in the size of the various stat chunks, it simplifies figuring outKeith Bostic2010-03-261-6/+3
* Restructure the cache code, and split it into multiple files. There's nowKeith Bostic2010-03-261-4/+6
* Typo, swapped the DB/IDB handle & database statistics.Keith Bostic2010-01-261-4/+4