|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.process.ProcessMemoryCounters
This class is a wrapper for PROCESS_MEMORY_COUNTERS
native structure and contains various memory statistics.
Field Summary |
Fields inherited from class com.jniwrapper.Structure |
f |
Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
Constructor Summary | |
ProcessMemoryCounters()
|
|
ProcessMemoryCounters(ProcessMemoryCounters that)
|
Method Summary | |
java.lang.Object |
clone()
|
long |
getPageFaultCount()
Returns a number of page faults. |
long |
getPagefileUsage()
Returns current space allocated for the pagefile. |
long |
getPeakPagefileUsage()
Returns peak space allocated for the pagefile. |
long |
getPeakWorkingSetSize()
Returns peak working set size. |
long |
getQuotaNonPagedPoolUsage()
Returns current nonpaged pool usage. |
long |
getQuotaPagedPoolUsage()
Returns current paged pool usage. |
long |
getQuotaPeakNonPagedPoolUsage()
Returns peak nonpaged pool usage. |
long |
getQuotaPeakPagedPoolUsage()
Returns peak paged pool usage. |
long |
getWorkingSetSize()
Returns current working set size. |
Methods inherited from class com.jniwrapper.Structure |
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
Methods inherited from class com.jniwrapper.Parameter |
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessMemoryCounters()
public ProcessMemoryCounters(ProcessMemoryCounters that)
Method Detail |
public long getPageFaultCount()
public long getPeakWorkingSetSize()
public long getWorkingSetSize()
public long getQuotaPeakPagedPoolUsage()
public long getQuotaPagedPoolUsage()
public long getQuotaPeakNonPagedPoolUsage()
public long getQuotaNonPagedPoolUsage()
public long getPagefileUsage()
public long getPeakPagefileUsage()
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |