| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.sigar.ProcMem
public class ProcMem
ProcMem sigar class.
| Constructor Summary | |
|---|---|
| ProcMem() | |
| Method Summary | |
|---|---|
|  void | gather(Sigar sigar,
       long pid) | 
|  long | getMajorFaults()Get the i/o page faults. | 
|  long | getMinorFaults()Get the non i/o page faults. | 
|  long | getPageFaults()Get the Total number of page faults. | 
|  long | getResident()Get the Total process resident memory. | 
|  long | getRss()Deprecated. | 
|  long | getShare()Get the Total process shared memory. | 
|  long | getSize()Get the Total process virtual memory. | 
|  long | getVsize()Deprecated. | 
|  java.util.Map | toMap() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ProcMem()
| Method Detail | 
|---|
public void gather(Sigar sigar,
                   long pid)
            throws SigarException
SigarExceptionpublic long getSize()
Supported Platforms: All.
System equivalent commands:
top, pstop, pstop, pstop, pstop, pstop, pstaskman
public long getResident()
Supported Platforms: All.
System equivalent commands:
top, pstop, pstop, pstop, pstop, pstop, pstaskman
public long getShare()
Supported Platforms: AIX, HPUX, Linux, Solaris.
System equivalent commands:
top, pstop, pstop, pstop, pstop, pstop, pstaskman
public long getMinorFaults()
Supported Platforms: AIX, HPUX, Linux, Solaris.
System equivalent commands:
top, pstop, pstop, pstop, pstop, pstop, pstaskman
public long getMajorFaults()
Supported Platforms: AIX, HPUX, Linux, Solaris.
System equivalent commands:
top, pstop, pstop, pstop, pstop, pstop, pstaskman
public long getPageFaults()
Supported Platforms: AIX, Darwin, HPUX, Linux, Solaris, Win32.
System equivalent commands:
top, pstop, pstop, pstop, pstop, pstop, pstaskman
public long getRss()
getResident()public long getVsize()
getSize()public java.util.Map toMap()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||