jvm百分比

This commit is contained in:
hekaiyu 2025-05-14 20:06:43 +08:00
parent 4171f10bed
commit dacfe78a56

View File

@ -427,7 +427,7 @@ export default {
this.jvmInfo.jvmTotalMemory = res.result.jvmTotalMemory
this.jvmInfo.jvmUsedMemory = res.result.jvmUsedMemory
this.jvmInfo.jvmFreeMemory = res.result.jvmFreeMemory
this.jvmInfojvmMemoryUsage = res.result.jvmMemoryUsage
this.jvmInfo.jvmMemoryUsage = res.result.jvmMemoryUsage
this.jvmInfo.chartDate.xData.push(xlable)
this.jvmInfo.chartDate.yData.push(res.result.jvmUsedMemory)
//