com.ibm.rational.test.lt.kernel

Interface IKMonitor

  • All Superinterfaces:
    Runnable


    public interface IKMonitor
    extends Runnable
    Resource Monitoring Interface.
    • Field Detail

      • NA

        static final int NA
      • MEMORY

        static final int MEMORY
      • PERCENTAGEMEMORY

        static final int PERCENTAGEMEMORY
      • PERCENTAGECPU

        static final int PERCENTAGECPU
      • FREEMEMORY

        static final int FREEMEMORY
      • USER

        static final int USER
      • SYSTEM

        static final int SYSTEM
      • IDLE

        static final int IDLE
      • PROCVMSIZE

        static final int PROCVMSIZE
      • PROCVMSIZEPEAK

        static final int PROCVMSIZEPEAK
      • PROCVMEM

        static final int PROCVMEM
      • JVMHEAP

        static final int JVMHEAP
      • PROCCPU

        static final int PROCCPU
      • counterNames

        static final String[] counterNames
    • Method Detail

      • getCounter

        com.ibm.rational.test.lt.kernel.impl.KMonitorCounter getCounter(int idx)
      • getMemory

        long getMemory()
      • getMemoryAvg

        float getMemoryAvg()
      • getProcessVirtualMemory

        long getProcessVirtualMemory()
      • getProcessVirtualMemoryAvg

        float getProcessVirtualMemoryAvg()
      • getProcessVirtualMemoryPeak

        long getProcessVirtualMemoryPeak()
      • getProcessCPU

        long getProcessCPU()
      • getProcessCPUAvg

        float getProcessCPUAvg()
      • getJVMHeap

        long getJVMHeap()
      • getJVMHeapAvg

        float getJVMHeapAvg()
      • getCPU

        long getCPU()
      • getCPUAvg

        float getCPUAvg()
      • reset

        void reset()
      • shutdown

        void shutdown()
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.