summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-11-291-2/+21
* Revert "SERVER-67704 SERVER-67705 Update host info to include CPU socket coun...Sviatlana Zuiko2022-11-231-21/+2
* SERVER-67704 SERVER-67705 Update host info to include CPU socket count + NUMA...Gabriel Marks2022-11-221-2/+21
* SERVER-68578 HostInfoCmd returns extra.extra key pathScott Kurowski2022-08-221-1/+1
* SERVER-53279 remove ProcessInfo::blockCheckSupported()Benety Goh2020-12-101-2/+0
* SERVER-53279 remove ProcessInfo::alignToStartOfPage()Benety Goh2020-12-101-10/+0
* SERVER-53279 remove ProcessInfo::blockInMemory()Benety Goh2020-12-091-2/+0
* SERVER-53279 remove ProcessInfo::pagesInMemory()Benety Goh2020-12-091-10/+0
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-031-1/+10
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-7/+0
* SERVER-47922 pids and names in client metadata in debug buildsGabriel Russell2020-07-231-2/+31
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-1/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38433 Remove KB2731284 warningMark Benvenuto2018-12-181-13/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-33706 Remove warning message about Windows FS cache configurationXiangyu Yao2018-05-161-6/+0
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-23/+27
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-101-0/+6
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-2/+0
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-0/+2
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-2/+0
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-22398 Add SystemInfo::numAvailableCoresWaley Chen2016-02-261-0/+7
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-170/+191
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+2
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-031-0/+7
* SERVER-14129: Use fsync instead of msync for SolarisMark Benvenuto2014-08-291-1/+14
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-3/+3
* Do not zero-fill newly allocated files on WindowsKaloian Manassiev2014-01-291-1/+13
* Revert "On Windows platforms code was added to zero-fill each newly allocated...Kaloian Manassiev2014-01-271-6/+0
* On Windows platforms code was added to zero-fill each newly allocated data fi...Kaloian Manassiev2014-01-271-0/+6
* SERVER-10034 Invalid --pidfilepath no longer silently ignoredKyle Erf2013-09-271-1/+1
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-11/+5
* SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-1/+21
* SERVER-7570 Initialize ProcessInfo::SystemInfo at startup, add pageSize.Andrea Lattuada2012-11-071-11/+14
* SERVER-5147: use dcl for hostInfo initBen Becker2012-03-041-1/+11
* SERVER-5147: replace static init with init upon constructionBen Becker2012-02-291-11/+14
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-3/+82
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+67