| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-25654 Don't use int millis for elapsed time | Geert Bosch | 2016-10-24 | 1 | -2/+2 |
* | SERVER-26325: Show redacted slow operation report when redaction enabled | Spencer Jackson | 2016-10-07 | 1 | -8/+9 |
* | SERVER-25759 Quote appname in slow log output | Mark Benvenuto | 2016-09-16 | 1 | -1/+2 |
* | SERVER-24991 log redaction for commands, concurrency, exec, index | Thomas Schubert | 2016-09-02 | 1 | -1/+1 |
* | SERVER-24613 Add Client Metadata Documents' AppName to slow operation logs | Mark Benvenuto | 2016-08-04 | 1 | -1/+13 |
* | SERVER-24063 Add collation to logs, profile and currentOp. | David Hatch | 2016-07-20 | 1 | -0/+15 |
* | SERVER-24840 - Remove unnecessary parameters to BSONObj::toString | Andreas Nilsson | 2016-07-08 | 1 | -3/+1 |
* | Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString" | Andreas Nilsson | 2016-07-08 | 1 | -1/+3 |
* | SERVER-24840 - Remove unnecessary parameters to BSONObj::toString | Andreas Nilsson | 2016-07-07 | 1 | -3/+1 |
* | SERVER-5905 Add operation latency histogram | Kevin Albertson | 2016-06-24 | 1 | -0/+17 |
* | SERVER-23260 Report original query with getMore | James Wahlin | 2016-06-03 | 1 | -0/+14 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -1/+2 |
* | SERVER-18277 Track operation deadlines in OperationContext, not CurOp. | Andy Schwerin | 2016-05-23 | 1 | -121/+0 |
* | SERVER-23260 Consolidate CurOp and OpDebug query objects | James Wahlin | 2016-05-19 | 1 | -7/+9 |
* | SERVER-23260 Remove CachedBSONObj from curop.h | James Wahlin | 2016-05-17 | 1 | -43/+46 |
* | SERVER-23272 Remove idhack metric | James Wahlin | 2016-04-27 | 1 | -3/+0 |
* | SERVER-23259 Report planSummary in diagnostic log and profiler | James Wahlin | 2016-04-26 | 1 | -1/+7 |
* | SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metrics | James Wahlin | 2016-04-25 | 1 | -7/+0 |
* | SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops | James Wahlin | 2016-04-21 | 1 | -3/+25 |
* | Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops" | Benety Goh | 2016-04-21 | 1 | -25/+3 |
* | SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops | James Wahlin | 2016-04-21 | 1 | -3/+25 |
* | SERVER-23257 Report keysExamined/docsExamined/hasSortStage where valid | James Wahlin | 2016-04-20 | 1 | -0/+10 |
* | SERVER-23407 Get rid of public fields in the Command class | Kaloian Manassiev | 2016-03-30 | 1 | -1/+2 |
* | SERVER-17862 Log keyUpdates & writeConflicts only when meaningful | James Wahlin | 2016-03-18 | 1 | -2/+9 |
* | SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logs | David Storch | 2016-02-02 | 1 | -0/+4 |
* | SERVER-21750 clean up getMore logging and profiling | David Storch | 2015-12-11 | 1 | -0/+19 |
* | SERVER-21749 Ensure $lookup obeys maxTimeMS limit | Charlie Swanson | 2015-12-11 | 1 | -0/+4 |
* | SERVER-21276: Fix various issues with top | Martin Bligh | 2015-11-11 | 1 | -4/+4 |
* | SERVER-20609 optimize OpDebug and CurOp construction | Adam Midvidy | 2015-10-30 | 1 | -64/+4 |
* | SERVER-20360: break out logicalOp vs networkOp | Martin Bligh | 2015-10-08 | 1 | -49/+13 |
* | Revert "SERVER-20360: break out logicalOp vs networkOp" | Martin Bligh | 2015-10-07 | 1 | -13/+49 |
* | SERVER-20360: break out logicalOp vs networkOp | Martin Bligh | 2015-10-07 | 1 | -49/+13 |
* | SERVER-19567 make OP_QUERY currentOp entries look like find commands | David Storch | 2015-10-07 | 1 | -65/+91 |
* | SERVER-19566 convert OP_QUERY profiler entries to look like the find command | David Storch | 2015-09-03 | 1 | -15/+104 |
* | SERVER-19567 Compatibility layer for display of find/getMore commands in curr... | Qingyang Chen | 2015-08-07 | 1 | -1/+13 |
* | SERVER-19143 remove ns from OpDebug and synchronize access to NS in curop | Adam Midvidy | 2015-06-29 | 1 | -8/+4 |
* | Revert "SERVER-19143 remove ns from OpDebug and synchronize access to NS in c... | Kaloian Manassiev | 2015-06-26 | 1 | -4/+8 |
* | SERVER-19143 remove ns from OpDebug and synchronize access to NS in curOp | Adam Midvidy | 2015-06-26 | 1 | -8/+4 |
* | SERVER-19106 remove usages of extra in curop | Merry Mou | 2015-06-25 | 1 | -5/+0 |
* | SERVER-18554 log command protocol in OpDebug output | Adam Midvidy | 2015-06-24 | 1 | -0/+17 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -476/+478 |
* | SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guard | Adam Midvidy | 2015-06-17 | 1 | -1/+1 |
* | SERVER-18515 Finish changing type of OpDebug::ns to std::string | Andy Schwerin | 2015-06-05 | 1 | -2/+2 |
* | SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr... | Andy Schwerin | 2015-06-05 | 1 | -52/+0 |
* | SERVER-18277 Get references to the Top object out of CurOp. | Andy Schwerin | 2015-06-05 | 1 | -7/+0 |
* | SERVER-18277 Stronger locking rules for CurOp and OpDebug. | Andy Schwerin | 2015-06-05 | 1 | -16/+16 |
* | SERVER-18277 Stop using OldClientContext in BatchExecutor. | Andy Schwerin | 2015-06-04 | 1 | -0/+4 |
* | SERVER-14995 Move _killPending from CurOp to OperationContext. | Andy Schwerin | 2015-06-02 | 1 | -8/+0 |
* | Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera... | Andy Schwerin | 2015-06-02 | 1 | -53/+24 |
* | Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope... | Andy Schwerin | 2015-06-02 | 1 | -5/+1 |