summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-091-12/+7
* SERVER-75264 Add queryableEncryptionLatencyMicros to opLatency in serverStatusMark Benvenuto2023-04-051-3/+18
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-13/+20
* SERVER-71087 Add tests for agg stages that have a nss field input/outputHugh Tong2023-01-051-1/+2
* Revert "SERVER-71087 Add tests for agg stages that have a nss field input/out...auto-revert-processor2023-01-041-2/+1
* SERVER-71087 Add tests for agg stages that have a nss field input/outputcortrain2023-01-031-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62674 Add stats tracking for multiple collectionsMihai Andrei2022-01-311-0/+12
* SERVER-48393 Exclude awaitable isMaster from serverStatus latency metricsA. Jesse Jiryu Davis2020-06-051-0/+3
* SERVER-47644 Enable Histogram Latency Stats in FTDCMark Benvenuto2020-05-071-3/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-13/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-6/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-091-0/+5
* SERVER-21167 Top keeps state about operations against non-existent collectionsSean Tao2018-07-231-3/+5
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-4/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-18/+4
* SERVER-21168 Update top on database dropKevin Albertson2016-08-191-4/+6
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-021-0/+1
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-3/+62
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-76/+3
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-3/+76
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-24/+15
* SERVER-20668 Support prehashing StringMap keysMathias Stearn2015-10-081-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-96/+92
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-4/+4
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-0/+4
* SERVER-17817 SERVER-17894 Make Top a decoration on ServiceContextBenety Goh2015-04-221-39/+13
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+6
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16342: formatting of top.Eliot Horowitz2014-11-271-32/+32
* SERVER-16342: remove some snapshot global data that doesn't make sense any moreEliot Horowitz2014-11-271-1/+0
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-6405: make Top::collectionDrop api easier to work withEliot Horowitz2013-09-171-3/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-0/+1
* SERVER-7122 Add required privileges to a few more commandsSpencer T Brody2012-12-111-1/+12