1FUNCTION::PROC_MEM_S(3stap) Memory Tapset FUNCTION::PROC_MEM_S(3stap)
23
4
NAME
6function::proc_mem_size_pid - Total program virtual memory size in
7pages
8
SYNOPSIS
10proc_mem_size_pid:long(pid:long)
11
ARGUMENTS
13pid
14The pid of process to examine
15
DESCRIPTION
17Returns the total virtual memory size in pages of the given process, or
18zero when that process doesn't exist or the number of pages couldn't be
19retrieved.
2021
22
23
SystemTap Tapset Reference August 2011 FUNCTION::PROC_MEM_S(3stap)