logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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”.

Name

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

See Also

tapset::proc_mem(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::PROC_MEM_S(3stap)

Synopsis

       1) proc_mem_string:string()

       2) proc_mem_string:string(pid:long)

See Also