Gets the number of the fd open in a process.
Parses /proc/self/stat and extracts the data.
Parses /proc/self/stat and extracts the data.
Reads /proc/<pid>/stat and extracts the data.
Reads /proc/<pid>/stat and extracts the data.
Parses and returns data found in /proc/uptime.
Information reported by /proc/meminfo file
Information reported by /proc/pid/stat file
Structure representing data found in /proc/uptime.
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Copyright (c) 2009-2017 dunnhumby Germany GmbH. All rights reserved.
Contains API to obtain various information about the running application from /proc VFS.