| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix typo | Keith Bostic | 2008-12-29 | 1 | -2/+2 |
* | sfile not used | Keith Bostic | 2008-12-29 | 1 | -2/+0 |
* | Add Db.stat_clear method. | Keith Bostic | 2008-12-27 | 1 | -4/+15 |
* | Add statistics support. | Keith Bostic | 2008-12-27 | 1 | -0/+89 |