| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the Python scripts to follow Python indenting standards (4 space | Keith Bostic | 2014-12-03 | 1 | -85/+85 |
* | First pass at adding groupings for stats. #1365 | Susan LoVerso | 2014-11-26 | 1 | -1/+3 |
* | Add --all option to create an HTML file for each prefix. #1365 | Susan LoVerso | 2014-11-21 | 1 | -0/+9 |
* | Update WiredTiger stat graph generator to expect non-cleared stats. | Alex Gorrod | 2014-10-29 | 1 | -0/+7 |
* | Add an alternative script to turn statistics logs into graphs using D3. | Michael Cahill | 2013-12-04 | 1 | -14/+5 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-11-21 | 1 | -5/+8 |
|\ |
|
| * | Give statistics' integer IDs separate namespaces. | Keith Bostic | 2013-11-19 | 1 | -5/+8 |
* | | Check Python scripts for 80 column line wrapping, fix violations. | Michael Cahill | 2013-11-05 | 1 | -1/+0 |
|/ |
|
* | A different approach to aggregating checkpoint handle statistics; when | Keith Bostic | 2013-10-12 | 1 | -1/+2 |
* | The stat "clear" function isn't correct for initialization because it | Keith Bostic | 2013-10-11 | 1 | -3/+6 |
* | Reverse the sense of the "scale" option, make it "no_scale" instead | Keith Bostic | 2013-04-30 | 1 | -5/+5 |
* | Use more verbose names for the various statistics entry flags. | Keith Bostic | 2013-04-30 | 1 | -13/+11 |
* | Add support for aggregating data-source statistics, currently only | Keith Bostic | 2013-04-30 | 1 | -3/+55 |
* | Make run-time statistics optional, defaulted to "off". | Keith Bostic | 2013-02-22 | 1 | -15/+7 |
* | Update the documentation around statistics keys. | Michael Cahill | 2012-11-22 | 1 | -1/+1 |
* | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 1 | -49/+25 |
* | Add a new statistics cursor type "statistics:lsm". | Alex Gorrod | 2012-10-08 | 1 | -1/+17 |
* | Put statistics keys into the documentation. | Michael Cahill | 2012-01-20 | 1 | -46/+25 |
* | Rework statistics cursors (issue #135). | Keith Bostic | 2012-01-19 | 1 | -6/+40 |
* | fix a long-line complaint | Keith Bostic | 2011-09-28 | 1 | -2/+0 |
* | Automatically generate a list of the statistics for the documentation. | Keith Bostic | 2011-09-28 | 1 | -0/+38 |
* | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill | 2011-08-26 | 1 | -3/+3 |
* | Have statistics cursors return field names as keys and use multi-column value... | Michael Cahill | 2011-07-29 | 1 | -0/+1 |
* | Add a "clear" option when closing a statistics cursor. | Michael Cahill | 2011-07-29 | 1 | -21/+28 |
* | For some reason, the python script stat.py is sorting entries in the | Keith Bostic | 2011-08-04 | 1 | -2/+2 |
* | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic | 2011-07-28 | 1 | -24/+15 |
* | Change all struct names to have the prefix "__wt_", and all corresponding typ... | Michael Cahill | 2011-05-30 | 1 | -1/+1 |
* | Treating the statistics fields as an array makes it too easy to walk off the | Keith Bostic | 2011-04-08 | 1 | -48/+35 |
* | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill | 2011-03-04 | 1 | -4/+4 |
* | Begin renaming some of the structs in the internal API (in particular, IDB ->... | Michael Cahill | 2011-02-07 | 1 | -5/+5 |
* | Clean up the Python scripts for statistics. | Michael Cahill | 2011-02-24 | 1 | -18/+13 |
* | Get rid of uses of "database". We're using standard terminology in WiredTiger | Keith Bostic | 2011-02-17 | 1 | -2/+2 |
* | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill | 2011-02-16 | 1 | -2/+0 |
* | Move "include" under src so that any file can be opened with "../*/<file>.[ch]". | Michael Cahill | 2011-02-04 | 1 | -2/+2 |
* | Restructure the tree to ease merge. | Michael Cahill | 2011-02-01 | 1 | -3/+3 |
* | Update all the copyright notices to the real corporate name, add a script to | Keith Bostic | 2010-10-09 | 1 | -5/+0 |
* | Upgrade Python scripts to Python 3.0. | Keith Bostic | 2010-09-27 | 1 | -5/+5 |
* | Get page-modification order working: two threads deleting the same record can | Keith Bostic | 2010-07-19 | 1 | -2/+9 |
* | Don't pretend to generate statistics for the {Env,Db}.{err,errx} method calls, | Keith Bostic | 2010-04-16 | 1 | -2/+3 |
* | Add statistics for every method call so we can track them. | Keith Bostic | 2010-04-07 | 1 | -7/+25 |
* | Hard-code in the size of the various stat chunks, it simplifies figuring out | Keith Bostic | 2010-03-26 | 1 | -6/+3 |
* | Restructure the cache code, and split it into multiple files. There's now | Keith Bostic | 2010-03-26 | 1 | -4/+6 |
* | Typo, swapped the DB/IDB handle & database statistics. | Keith Bostic | 2010-01-26 | 1 | -4/+4 |
* | Move statistics strings into their own class file in dist so we can add config | Keith Bostic | 2010-01-25 | 1 | -44/+46 |
* | Create shared page repository in the IDB used by all threads before the | Keith Bostic | 2009-10-10 | 1 | -2/+1 |
* | Move statistics into the IENV/IDB structures. | Keith Bostic | 2009-09-12 | 1 | -5/+5 |
* | The WT_ERR, WT_RET and WT_TRET macros don't need an extra level of parenthesis | Keith Bostic | 2009-09-08 | 1 | -2/+2 |
* | Add WT_ERR, WT_RET and WT_TRET macros. | Keith Bostic | 2009-06-06 | 1 | -5/+3 |
* | Re-work statistics support to allow more than a single group of statistics | Keith Bostic | 2009-01-31 | 1 | -49/+49 |
* | Consistently pass around ENV/DB, not IENV/IDB. | Keith Bostic | 2009-01-08 | 1 | -2/+2 |