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 SummaryConstructors Constructor Description PerformanceStatistics()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCommittedNonHeapMemory()intgetThreadCount()longgetUsedHeapMemory()StringtoString()
 
-