summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7886 use UnorderedFastKeyTable in TopEliot Horowitz2012-12-101-4/+4
* top command doesn't need a global lock as it has its own SERVER-7614Eliot Horowitz2012-11-111-1/+1
* new style include formatEliot Horowitz2012-10-101-4/+4
* use unordered_map in statsEliot Horowitz2012-10-101-3/+12
* use better mutex and StringData for topEliot Horowitz2012-07-091-8/+8
* remove TopOld which hasn't been used in a long timeEliot Horowitz2012-01-061-10/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+183