Class StatsCPUCollector


  • public class StatsCPUCollector
    extends java.lang.Object
    Collects statistic related to CPU and memory usage of the entire system, the process, and each thread in the process.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update()
      update all statistics in the driver's timer task
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MEASURE_PER_THREAD_CPU

        public static final boolean MEASURE_PER_THREAD_CPU
    • Method Detail

      • update

        public void update()
        update all statistics in the driver's timer task