Class PerformanceStatistics

java.lang.Object
com.evolveum.midpoint.util.aspect.PerformanceStatistics

public class PerformanceStatistics extends Object
This class simply collects basic information about midPoint performance, specifically basic CPU, memory usage and current thread state.
Author:
shood
  • Constructor Details

    • PerformanceStatistics

      public PerformanceStatistics()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getUsedHeapMemory

      public long getUsedHeapMemory()
    • getCommittedNonHeapMemory

      public long getCommittedNonHeapMemory()
    • getThreadCount

      public int getThreadCount()