Class MemoryController
java.lang.Object
de.hybris.platform.hac.controller.monitoring.MemoryController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemoryController
public MemoryController()
-
-
Method Details
-
memory
@RequestMapping(value="/monitoring/memory", method=GET) public String memory(org.springframework.ui.Model model) throws IOException - Throws:
IOException
-
memoryData
-
memoryGC
@RequestMapping(value="/monitoring/memory/gc", method=POST, headers="Accept=application/json") @ResponseBody public Map<String,Long> memoryGC() throws IOException- Throws:
IOException
-