summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-193-6/+6
* SERVER-6018 Use AtomicUInt32 instead of old AtomicUint in the BSONObj::Holder...Andrew Morrow2014-05-171-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-163-27/+63
* 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
* Fixup all relative includes refering to parent directoriesAndrew Morrow2014-01-174-8/+8
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-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-172-4/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-069-0/+108
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+5
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-092-94/+122
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-0/+1
* Include what you use: mongo/util/concurrency/mutex.h.Andy Schwerin2013-06-271-0/+1
* SERVER-9005 - Only record wtime metrics when w>1Dan Pasette2013-06-241-1/+4
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-011-1/+1
* SERVER-8203: replication metricsScott Hernandez2013-01-291-1/+2
* SERVER-8119: add TimerStats class for collecting timing informationEliot Horowitz2013-01-092-0/+138
* SERVER-7122 Add required privileges to a few more commandsSpencer T Brody2012-12-111-1/+12
* SERVER-7886 use UnorderedFastKeyTable in TopEliot Horowitz2012-12-103-8/+8
* top command doesn't need a global lock as it has its own SERVER-7614Eliot Horowitz2012-11-111-1/+1
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-262-165/+23
* new style include formatEliot Horowitz2012-10-101-4/+4
* use unordered_map in statsEliot Horowitz2012-10-102-4/+15
* pch headerSiddharth Singh2012-08-062-2/+2
* escaped namespace in currentOp and dbtop.Dan Pasette2012-07-281-1/+1
* make counter class match 2.0 methodsEliot Horowitz2012-07-111-0/+9
* use better mutex and StringData for topEliot Horowitz2012-07-092-10/+10
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-1/+1
* fix mongos linkingEliot Horowitz2012-05-171-1/+1
* SERVER-5784 - don't sample index stats since we can use Record cache now whic...Eliot Horowitz2012-05-172-11/+3
* Make sure OpCounters are always naturally aligned.Jani Monoses2012-04-042-57/+38
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-262-4/+2
* remove TopOld which hasn't been used in a long timeEliot Horowitz2012-01-062-168/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-249-0/+1338