1FUNCTION::PROC_MEM_S(3stap) Memory Tapset FUNCTION::PROC_MEM_S(3stap)
2
3
4
6 function::proc_mem_size_pid - Total program virtual memory size in
7 pages
8
10 proc_mem_size_pid:long(pid:long)
11
13 pid
14 The pid of process to examine
15
17 Returns the total virtual memory size in pages of the given process, or
18 zero when that process doesn´t exist or the number of pages couldn´t be
19 retrieved.
20
22 tapset::proc_mem(3stap)
23
24
25
26SystemTap Tapset Reference June 2018 FUNCTION::PROC_MEM_S(3stap)