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