Module rupta::util::mem_watcher
source · Expand description
Memory usage monitoring. Currently only supported on Linux.
Structs§
- Memory usage information prcessed from
/proc/[pid]/statm.
Functions§
- Transforms a
nomparse result into a io result. The parser must completely consume the input. - Returns memory status information for the process with the provided pid.
- Returns memory status information for the current process.
- Returns memory status information from the thread with the provided parent process ID and thread ID.