summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-10/+18
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-6/+6
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-52/+25
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-2/+2
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-45/+18
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+3
* SERVER-28690 raise currentOp limit to 1000 bytesMathias Stearn2017-04-121-1/+1
* SERVER-27439 Large queries can omit comment in currentOpBernard Gorman2017-03-221-13/+54
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+4
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-071-15/+12
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-2/+2
* SERVER-26325: Show redacted slow operation report when redaction enabledSpencer Jackson2016-10-071-8/+9
* SERVER-25759 Quote appname in slow log outputMark Benvenuto2016-09-161-1/+2
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-24613 Add Client Metadata Documents' AppName to slow operation logsMark Benvenuto2016-08-041-1/+13
* SERVER-24063 Add collation to logs, profile and currentOp.David Hatch2016-07-201-0/+15
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-3/+1
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-081-1/+3
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-071-3/+1
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+17
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-121/+0
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-7/+9
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-43/+46
* SERVER-23272 Remove idhack metricJames Wahlin2016-04-271-3/+0
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-1/+7
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-7/+0
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+25
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-25/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+25
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-0/+10
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-1/+2
* SERVER-17862 Log keyUpdates & writeConflicts only when meaningfulJames Wahlin2016-03-181-2/+9
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+4
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-0/+19
* SERVER-21749 Ensure $lookup obeys maxTimeMS limitCharlie Swanson2015-12-111-0/+4
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-4/+4
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-64/+4
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-49/+13
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-13/+49
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-49/+13
* SERVER-19567 make OP_QUERY currentOp entries look like find commandsDavid Storch2015-10-071-65/+91
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-15/+104
* SERVER-19567 Compatibility layer for display of find/getMore commands in curr...Qingyang Chen2015-08-071-1/+13
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curopAdam Midvidy2015-06-291-8/+4
* Revert "SERVER-19143 remove ns from OpDebug and synchronize access to NS in c...Kaloian Manassiev2015-06-261-4/+8
* SERVER-19143 remove ns from OpDebug and synchronize access to NS in curOpAdam Midvidy2015-06-261-8/+4
* SERVER-19106 remove usages of extra in curopMerry Mou2015-06-251-5/+0
* SERVER-18554 log command protocol in OpDebug outputAdam Midvidy2015-06-241-0/+17