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 Summary
Constructors Constructor Description PerformanceStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCommittedNonHeapMemory()
int
getThreadCount()
long
getUsedHeapMemory()
String
toString()
-