table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::PROC_MEM_S(3stap) | Memory Tapset | FUNCTION::PROC_MEM_S(3stap) |
NAME¶
function::proc_mem_string - Human readable string of process memory usageSYNOPSIS¶
1) proc_mem_string:string()
2) proc_mem_string:string(pid:long)
ARGUMENTS¶
pidThe pid of process to examine
DESCRIPTION¶
1) Returns a human readable string showing the size, rss, shr, txt and data of the memory used by the current process. For example“size: 301m, rss: 11m, shr: 8m, txt: 52k, data: 2248k”.2) Returns a human readable string showing the size, rss, shr, txt and data of the memory used by the given process. For example“size: 301m, rss: 11m, shr: 8m, txt: 52k, data: 2248k”.
SEE ALSO0¶
tapset::proc_mem(3stap)October 2018 | SystemTap Tapset Reference |