1FUNCTION::PROC_MEM_S(3stap) Memory Tapset FUNCTION::PROC_MEM_S(3stap)
23
4
NAME
6function::proc_mem_string - Human readable string of current proc
7memory usage
8
SYNOPSIS
10proc_mem_string:string()
11
ARGUMENTS
13None
14
DESCRIPTION
16Returns a human readable string showing the size, rss, shr, txt and
17data of the memory used by the current process. For example “size:
18301m, rss: 11m, shr: 8m, txt: 52k, data: 2248k”.
1920
21
22
SystemTap Tapset Reference August 2011 FUNCTION::PROC_MEM_S(3stap)