Modifier and Type | Field and Description |
---|---|
static String[] |
counterNames |
static int |
FREEMEMORY |
static int |
IDLE |
static int |
JVMHEAP |
static int |
MEMORY |
static int |
NA |
static int |
PERCENTAGECPU |
static int |
PERCENTAGEMEMORY |
static int |
PROCCPU |
static int |
PROCVMEM |
static int |
PROCVMSIZE |
static int |
PROCVMSIZEPEAK |
static int |
SYSTEM |
static int |
USER |
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.kernel.impl.KMonitorCounter |
getCounter(int idx) |
long |
getCPU() |
float |
getCPUAvg() |
long |
getJVMHeap() |
float |
getJVMHeapAvg() |
long |
getMemory() |
float |
getMemoryAvg() |
long |
getProcessCPU() |
float |
getProcessCPUAvg() |
long |
getProcessVirtualMemory() |
float |
getProcessVirtualMemoryAvg() |
long |
getProcessVirtualMemoryPeak() |
void |
reset() |
void |
shutdown() |
static final int NA
static final int MEMORY
static final int PERCENTAGEMEMORY
static final int PERCENTAGECPU
static final int FREEMEMORY
static final int USER
static final int SYSTEM
static final int IDLE
static final int PROCVMSIZE
static final int PROCVMSIZEPEAK
static final int PROCVMEM
static final int JVMHEAP
static final int PROCCPU
static final String[] counterNames
com.ibm.rational.test.lt.kernel.impl.KMonitorCounter getCounter(int idx)
long getMemory()
float getMemoryAvg()
long getProcessVirtualMemory()
float getProcessVirtualMemoryAvg()
long getProcessVirtualMemoryPeak()
long getProcessCPU()
float getProcessCPUAvg()
long getJVMHeap()
float getJVMHeapAvg()
long getCPU()
float getCPUAvg()
void reset()
void shutdown()
© Copyright IBM Corp. 2013. All rights reserved.