public class ProcessMemoryCounters
extends com.jniwrapper.Structure
PROCESS_MEMORY_COUNTERS
native structure and contains various memory statistics.Constructor and Description |
---|
ProcessMemoryCounters() |
ProcessMemoryCounters(ProcessMemoryCounters that) |
Modifier and Type | Method and Description |
---|---|
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.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public ProcessMemoryCounters()
public ProcessMemoryCounters(ProcessMemoryCounters that)
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()
clone
in class com.jniwrapper.Structure