summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40805 Indicate reason for replanningDavid Percy2020-04-221-1/+1
* SERVER-38239 Added getOperationStatistics() API to fetch storage stats from W...Sulabh Mahajan2019-04-031-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-9/+11
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-041-0/+6
* SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-08-161-0/+7
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-08-071-0/+6
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-08-061-16/+66
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+3
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-3/+4
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-1/+13
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-3/+33
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-2/+2
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-1/+1
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-2/+4
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-25/+69
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-27/+9
* SERVER-28304 Profiler level 2 should not filter on sample rateNick Zolnierz2017-04-061-6/+9
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-1/+1
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-071-1/+16
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-10/+17
* SERVER-24613 Add Client Metadata Documents' AppName to slow operation logsMark Benvenuto2016-08-041-1/+3
* SERVER-24063 Add collation to logs, profile and currentOp.David Hatch2016-07-201-0/+17
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-1/+6
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-0/+16
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+0
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-83/+1
* SERVER-23260 Consolidate CurOp and OpDebug query objectsJames Wahlin2016-05-191-1/+0
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-86/+14
* SERVER-23272 Remove idhack metricJames Wahlin2016-04-271-3/+0
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-13/+0
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-3/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+8
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-8/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+8
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-0/+6
* SERVER-17862 Log keyUpdates & writeConflicts only when meaningfulJames Wahlin2016-03-181-1/+1
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+7
* SERVER-21344 Make size field in a CachedBSONObj instance endian-safeTess Avitabile2016-01-251-4/+2
* SERVER-21772 remove dead method CurOp::setDbProfileLevelDavid Storch2015-12-081-4/+0
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-8/+8
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-51/+62
* SERVER-20360: Do writecmd vectored write inside one currentOpMartin Bligh2015-10-151-0/+4
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-18/+40
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-40/+7
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-7/+40
* SERVER-19567 make OP_QUERY currentOp entries look like find commandsDavid Storch2015-10-071-11/+0
* SERVER-19649 don't log awaitData queries that exceed slowms while waitingYunhe (John) Wang2015-09-041-0/+4
* SERVER-19566 convert OP_QUERY profiler entries to look like the find commandDavid Storch2015-09-031-3/+38