Interface MonitoringFacade
- All Known Implementing Classes:
DefaultStatMonitoringFacade
public interface MonitoringFacade
Facade which holds all monitoring related logic.
-
Method Summary
-
Method Details
-
getSystemUptime
Gets the system uptime information.- Returns:
- the system uptime
-
getMemoryStat
Gets the memory statistics.- Returns:
- the memory statistics
-
getThreadStat
Gets the thread statistics.- Returns:
- the thread statistics
-
getOsStat
Gets the OS statistics.- Returns:
- the OS statistics
-