summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62674 Add stats tracking for multiple collectionsMihai Andrei2022-01-311-0/+11
|
* SERVER-47644 Enable Histogram Latency Stats in FTDCMark Benvenuto2020-05-071-1/+3
|
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-2/+1
| | | | create mode 100644 jstests/noPassthroughWithMongod/top_rename.js
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+4
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+4
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-091-1/+6
|
* SERVER-21167 Top keeps state about operations against non-existent collectionsSean Tao2018-07-231-1/+1
|
* SERVER-34805 Refactor the network libraries and move messages types to ↵Andrew Morrow2018-05-051-1/+0
| | | | rpc/protocol
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+8
| | | | | | Moves registration of aggregation cursors to the global cursor manager. This simplifies the logic for acquiring locks and resolving view namespaces within the getMore and killCursors commands.
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-2/+2
| | | | | | | | | | For full per-collection histograms, use the aggregation stage { $collStats: { latencyStats: { histograms: true } } } For the full global histogram, invoke serverStatus with db.serverStatus( { opLatencies: { histograms: true } } )
* SERVER-21168 Update top on database dropKevin Albertson2016-08-191-1/+1
|
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-2/+45
|
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-42/+2
| | | | This reverts commit c7794350b056cdea85e1c6185a7dda4579936179.
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-2/+42
| | | | Signed-off-by: Kyle Suarez <kyle.suarez@mongodb.com>
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-2/+3
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-61/+60
|
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
|
* SERVER-17817 SERVER-17894 Make Top a decoration on ServiceContextBenety Goh2015-04-221-3/+4
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
|
* SERVER-16342: formatting of top.Eliot Horowitz2014-11-271-7/+7
|
* SERVER-16342: remove some snapshot global data that doesn't make sense any moreEliot Horowitz2014-11-271-2/+0
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
|
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-6405: make Top::collectionDrop api easier to work withEliot Horowitz2013-09-171-1/+1
|
* Include what you use: mongo/util/concurrency/mutex.h.Andy Schwerin2013-06-271-0/+1
|
* SERVER-7886 use UnorderedFastKeyTable in TopEliot Horowitz2012-12-101-2/+2
|
* use unordered_map in statsEliot Horowitz2012-10-101-1/+3
|
* use better mutex and StringData for topEliot Horowitz2012-07-091-2/+2
|
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+0
|
* remove TopOld which hasn't been used in a long timeEliot Horowitz2012-01-061-158/+0
|
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+247