Class DefaultStatMonitoringFacade

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getMemoryStat()
      Gets the memory statistics.
      java.util.Map<java.lang.String,​java.lang.Object> getOsStat()
      Gets the OS statistics.
      java.util.Map<java.lang.String,​java.lang.String> getSystemUptime()
      Gets the system uptime information.
      java.util.Map<java.lang.String,​java.lang.Object> getThreadStat()
      Gets the thread statistics.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultStatMonitoringFacade

        public DefaultStatMonitoringFacade()
    • Method Detail

      • getSystemUptime

        public java.util.Map<java.lang.String,​java.lang.String> getSystemUptime()
        Description copied from interface: MonitoringFacade
        Gets the system uptime information.
        Specified by:
        getSystemUptime in interface MonitoringFacade
        Returns:
        the system uptime
      • getMemoryStat

        public java.util.Map<java.lang.String,​java.lang.Object> getMemoryStat()
        Description copied from interface: MonitoringFacade
        Gets the memory statistics.
        Specified by:
        getMemoryStat in interface MonitoringFacade
        Returns:
        the memory statistics
      • getThreadStat

        public java.util.Map<java.lang.String,​java.lang.Object> getThreadStat()
        Description copied from interface: MonitoringFacade
        Gets the thread statistics.
        Specified by:
        getThreadStat in interface MonitoringFacade
        Returns:
        the thread statistics
      • getOsStat

        public java.util.Map<java.lang.String,​java.lang.Object> getOsStat()
        Description copied from interface: MonitoringFacade
        Gets the OS statistics.
        Specified by:
        getOsStat in interface MonitoringFacade
        Returns:
        the OS statistics