Class PerformanceController
java.lang.Object
de.hybris.platform.hac.controller.monitoring.PerformanceController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PerformanceController
-
-
Method Details
-
performance
@RequestMapping("/monitoring/performance") public String performance(org.springframework.ui.Model model) throws IOException - Throws:
IOException
-
linpack
-
sql
@RequestMapping(value="/monitoring/performance/sql", method=POST, headers="Accept=application/json") @ResponseBody public Map<String,Object> sql(@RequestParam(defaultValue="SELECT * FROM MetaInformations") String sql, @RequestParam(defaultValue="1") Integer count, @RequestParam(defaultValue="3") Integer seconds) -
sqlMax
-
overall
-