@Controller @RequestMapping(value="/koTime") public class KoTimeController extends Object
| 构造器和说明 |
|---|
KoTimeController() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map |
getCpuInfo(String runKey) |
Map |
getHeapMemoryInfo(String runKey) |
Map |
getPhysicalMemoryInfo(String runKey) |
Map |
updateClass(org.springframework.web.multipart.MultipartFile classFile,
String className,
String runKey) |
@PostMapping(value="/updateClass") @ResponseBody public Map updateClass(@RequestParam(value="classFile") org.springframework.web.multipart.MultipartFile classFile, String className, String runKey)
@GetMapping(value="/getHeapMemoryInfo") @ResponseBody public Map getHeapMemoryInfo(String runKey)
Copyright © 2025. All rights reserved.