public class PerformanceInformation
extends com.jniwrapper.Structure
PERFORMANCE_INFORMATION
native structure and contains performance information.Constructor and Description |
---|
PerformanceInformation() |
PerformanceInformation(PerformanceInformation that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
long |
getCommitLimit()
Returns current maximum number of page commits that can be performed by the system.
|
long |
getCommitPeak()
Returns maximum number of page commit totals that have occurred since the last reboot.
|
long |
getCommitTotal()
Returns total number of pages committed by the system.
|
long |
getHandleCount()
Returns total number of open handles.
|
long |
getKernelNonpaged()
Returns total amount of the nonpaged kernel pool, in pages.
|
long |
getKernelPaged()
Returns total amount of the paged kernel pool, in pages.
|
long |
getKernelTotal()
Returns total amount of the sum of the paged and nonpaged kernel pools, in pages.
|
long |
getPageSize()
Returns size of a page, in bytes.
|
long |
getPhysicalAvailable()
Returns amount of physical memory available to user processes, in pages.
|
long |
getPhysicalTotalp()
Returns total amount of physical memory, in pages.
|
long |
getProcessCount()
Returns total number of processes.
|
long |
getSystemCache()
Returns total amount of system cache memory, in pages.
|
long |
getThreadCount()
Returns total number of threads.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public PerformanceInformation()
public PerformanceInformation(PerformanceInformation that)
public long getCommitTotal()
public long getCommitLimit()
public long getCommitPeak()
public long getPhysicalTotalp()
public long getPhysicalAvailable()
public long getSystemCache()
public long getKernelTotal()
public long getKernelPaged()
public long getKernelNonpaged()
public long getPageSize()
public long getHandleCount()
public long getProcessCount()
public long getThreadCount()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure