public interface MonitoringFacade
| 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.
|
Map<String,String> getSystemUptime()
Map<String,Object> getMemoryStat()
Map<String,Object> getThreadStat()
Copyright © 2017 SAP SE. All Rights Reserved.