Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::proc_mem_string_pid(3stap)


FUNCTION::PROC_MEM_S

FUNCTION::PROC_MEM_S

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

function::proc_mem_string_pid − Human readable string of process memory usage

SYNOPSIS

proc_mem_string_pid:string(pid:long)

ARGUMENTS

pid

The pid of process to examine

DESCRIPTION

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



function::proc_mem_string_pid(3stap)