proc_mem_pused_pid()

Percentage of main memory accessible to the process

Syntax:

double proc_mem_pused_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

Percentage of main memory accessible to the process.

Return Values:

On success, returns the percentage of main memory accessible to the process. On error, -1 is returned.

See Also:

proc_rss_rlim_pid(), proc_rss_pid(), proc_vsize_pid()



INDEX