Skip to main content

get_rss_kb

Function get_rss_kb 

Source
pub fn get_rss_kb() -> u64
Expand description

Return resident set size in KiB by reading /proc/self/statm.

The second field of statm is RSS in pages. We multiply by the page size (almost always 4 KiB on Linux).