Class 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 Detail

      • PerformanceStatistics

        public PerformanceStatistics()
    • Method Detail

      • getUsedHeapMemory

        public long getUsedHeapMemory()
      • getCommittedNonHeapMemory

        public long getCommittedNonHeapMemory()
      • getThreadCount

        public int getThreadCount()