summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-19/+19
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-3/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-0/+18
* Revert "SERVER-16571 cache_size should be set based on cgroup available RAM n...Matt Lord2019-03-051-18/+3
* Revert "SERVER-16571 Apply linter fixes to original fix"Matt Lord2019-03-051-8/+4
* SERVER-16571 Apply linter fixes to original fixEric Milkie2019-03-051-4/+8
* SERVER-16571 cache_size should be set based on cgroup available RAM not physi...Matt Lord2019-03-051-3/+18
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-26/+26
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37697 Capture all rusage data in FTDC Server StatusBen Caimano2018-11-091-4/+30
* 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-4/+0
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+1
* SERVER-32389 show android api version as libc version in hostInfoGabriel Russell2018-01-021-2/+8
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-101-0/+4
* SERVER-30857 Support unknown Linux distributionsMark Benvenuto2017-09-201-3/+6
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-1/+1
* SERVER-28693 Use getrusage() to report the number of major page faults on linuxTyler Kaye2017-06-301-4/+7
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-061-1/+1
* SERVER-25990 Remove heap_usage_bytes from serverStatus outputsamantharitter2016-09-221-8/+0
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-4/+4
* SERVER-24643 Page size is hard-coded in Linux ProcessInfo classMark Benvenuto2016-07-071-3/+3
* SERVER-23103 Repair some bad includesAndrew Morrow2016-06-161-4/+8
* SERVER-24363 cast mallinfo members to long long before addingMatt Cotter2016-06-061-1/+2
* Revert "SERVER-24363 cast mallinfo members to long long before adding"Matt Cotter2016-06-031-2/+1
* SERVER-24363 cast mallinfo members to long long before addingMatt Cotter2016-06-031-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-22398 Add SystemInfo::numAvailableCoresWaley Chen2016-02-261-0/+23
* SERVER-20264 jstests/core/hostinfo.js fails on s390xWaley2016-02-081-1/+1
* SERVER-8843 Return large page fault numbers as doublesAndrew Morrow2015-07-211-1/+4
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-11/+20
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-394/+405
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-031-0/+4
* SERVER-17201 Add support for uClibcRaffaele Rossi2015-03-301-1/+11
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-0/+510