FUNCTION::PROC_MEM_S

Section: Memory Tapset (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

function::proc_mem_string - Human readable string of process memory usage  

SYNOPSIS

1) proc_mem_string:string()

2) proc_mem_string:string(pid:long)
 

ARGUMENTS

pid

The 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 ALSO

tapset::proc_mem(3stap)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:17 GMT, November 16, 2022