Qore process Module  0.1.0
Qore::Process::MemorySummaryInfo hashdecl Reference

A hash of summary memory information as provided by Process::getMemorySummaryInfo(). More...

Public Attributes

int priv
 the private memory size of the process giving a measure of how much memory the process itself is using
 
int rss
 the resident size of the process in bytes (RAM in use)
 
int vsz
 the virtual size of the process in bytes including all shared/dynamic libraries, code, and data
 

Detailed Description

A hash of summary memory information as provided by Process::getMemorySummaryInfo().

Note
On Linux, priv reports the sum of "proportional set sizes" for all virtual memory segments

The documentation for this hashdecl was generated from the following file: