jvm百分比
This commit is contained in:
parent
4171f10bed
commit
dacfe78a56
|
@ -427,7 +427,7 @@ export default {
|
||||||
this.jvmInfo.jvmTotalMemory = res.result.jvmTotalMemory
|
this.jvmInfo.jvmTotalMemory = res.result.jvmTotalMemory
|
||||||
this.jvmInfo.jvmUsedMemory = res.result.jvmUsedMemory
|
this.jvmInfo.jvmUsedMemory = res.result.jvmUsedMemory
|
||||||
this.jvmInfo.jvmFreeMemory = res.result.jvmFreeMemory
|
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.xData.push(xlable)
|
||||||
this.jvmInfo.chartDate.yData.push(res.result.jvmUsedMemory)
|
this.jvmInfo.chartDate.yData.push(res.result.jvmUsedMemory)
|
||||||
// 初始化图
|
// 初始化图
|
||||||
|
|
Loading…
Reference in New Issue
Block a user