1FUNCTION::PROC_MEM_R(3stap) Memory Tapset FUNCTION::PROC_MEM_R(3stap)
23
4
NAME
6function::proc_mem_rss_pid - Program resident set size in pages
7
SYNOPSIS
9proc_mem_rss_pid:long(pid:long)
10
ARGUMENTS
12pid
13The pid of process to examine
14
DESCRIPTION
16Returns the resident set size in pages of the given process, or zero
17when the process doesn´t exist or the number of pages couldn´t be
18retrieved.
19
SEE ALSO
21tapset::proc_mem(3stap)
2223
24
25
SystemTap Tapset Reference June 2018 FUNCTION::PROC_MEM_R(3stap)