public class DefaultMonitoringFacade extends Object implements MonitoringFacade
| Constructor and Description |
|---|
DefaultMonitoringFacade() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getMemoryStat()
Gets the memory statistics.
|
Map<String,Object> |
getOsStat()
Gets the OS statistics.
|
Map<String,String> |
getSystemUptime()
Gets the system uptime information.
|
Map<String,Object> |
getThreadStat()
Gets the thread statistics.
|
public Map<String,String> getSystemUptime()
MonitoringFacadegetSystemUptime in interface MonitoringFacadepublic Map<String,Object> getMemoryStat()
MonitoringFacadegetMemoryStat in interface MonitoringFacadepublic Map<String,Object> getThreadStat()
MonitoringFacadegetThreadStat in interface MonitoringFacadepublic Map<String,Object> getOsStat()
MonitoringFacadegetOsStat in interface MonitoringFacadeCopyright © 2017 SAP SE. All Rights Reserved.