summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_linux2.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10623 Added error handling to NUMA checkKyle Erf2013-09-271-2/+13
* core/util: remove atoll and use parsenumberfromstringAbhijit Pawar2013-06-101-4/+8
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-3/+3
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-301-1/+1
* Avoid tripping C++11 user defined literalsAndrew Morrow2013-03-081-1/+1
* SERVER-7918 Linux page_faults as reported by ProcessInfo::getExtraInfo should...Eliot Horowitz2012-12-261-1/+1
* SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-7/+14
* SERVER-7570 Initialize ProcessInfo::SystemInfo at startup, add pageSize.Andrea Lattuada2012-11-071-1/+2
* Fix field order for /proc/self/stat in processinfo_linux32.cpp SERVER-5272Mathias Stearn2012-03-121-2/+3
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-5/+228
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+244