1FUNCTION::PROC_MEM_S(3stap) Memory Tapset FUNCTION::PROC_MEM_S(3stap)
2
3
4
6 function::proc_mem_string_pid - Human readable string of process memory
7 usage
8
10 proc_mem_string_pid:string(pid:long)
11
13 pid
14 The pid of process to examine
15
17 Returns a human readable string showing the size, rss, shr, txt and
18 data of the memory used by the given process. For example “size: 301m,
19 rss: 11m, shr: 8m, txt: 52k, data: 2248k”.
20
22 tapset::proc_mem(3stap)
23
24
25
26SystemTap Tapset Reference June 2018 FUNCTION::PROC_MEM_S(3stap)