Class DefaultStatMonitoringFacade
java.lang.Object
de.hybris.platform.servicelayer.stats.DefaultStatMonitoringFacade
- All Implemented Interfaces:
MonitoringFacade
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultStatMonitoringFacade
public DefaultStatMonitoringFacade()
-
-
Method Details
-
getSystemUptime
Description copied from interface:MonitoringFacadeGets the system uptime information.- Specified by:
getSystemUptimein interfaceMonitoringFacade- Returns:
- the system uptime
-
getMemoryStat
Description copied from interface:MonitoringFacadeGets the memory statistics.- Specified by:
getMemoryStatin interfaceMonitoringFacade- Returns:
- the memory statistics
-
getThreadStat
Description copied from interface:MonitoringFacadeGets the thread statistics.- Specified by:
getThreadStatin interfaceMonitoringFacade- Returns:
- the thread statistics
-
getOsStat
Description copied from interface:MonitoringFacadeGets the OS statistics.- Specified by:
getOsStatin interfaceMonitoringFacade- Returns:
- the OS statistics
-