Interface MonitoringFacade

All Known Implementing Classes:
DefaultStatMonitoringFacade

public interface MonitoringFacade
Facade which holds all monitoring related logic.
  • Method Details

    • getSystemUptime

      Map<String,String> getSystemUptime()
      Gets the system uptime information.
      Returns:
      the system uptime
    • getMemoryStat

      Map<String,Object> getMemoryStat()
      Gets the memory statistics.
      Returns:
      the memory statistics
    • getThreadStat

      Map<String,Object> getThreadStat()
      Gets the thread statistics.
      Returns:
      the thread statistics
    • getOsStat

      Map<String,Object> getOsStat()
      Gets the OS statistics.
      Returns:
      the OS statistics