summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-23/+40
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-4/+4
* SERVER-60412 Support using cgroups v2 to inquire about the memory limitAmirsaman Memaripour2022-01-181-5/+11
* SERVER-53279 remove ProcessInfo::blockCheckSupported()Benety Goh2020-12-101-4/+0
* SERVER-53279 remove ProcessInfo::blockInMemory()Benety Goh2020-12-091-10/+0
* SERVER-53279 remove ProcessInfo::pagesInMemory()Benety Goh2020-12-091-14/+0
* SERVER-50123 support counting processors on s390xGabriel Russell2020-10-211-4/+10
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-1/+2
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-031-41/+104
* SERVER-43385 remove MMAPv1 referencesVishnu Kaushik2020-09-111-4/+0
* SERVER-6777 Eliminate all direct use of cout/stdout and cerr/stderrAdam Cooper2020-09-081-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46501 add mount table to hostInfoBilly Donahue2020-03-201-0/+72
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+16
* SERVER-44856 Enable -Wunused-exception-parameter when supportedAndrew Morrow2019-12-031-1/+1
* 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