Finish memory statistics information

This commit is contained in:
2023-12-08 17:14:32 +08:00
parent 4e2d13c064
commit 633985af8e
3 changed files with 322 additions and 50 deletions

2
src/global.d.ts vendored
View File

@@ -372,4 +372,6 @@ interface MemoryInfoVo {
virtualMax: number
swapTotal: number
swapUsed: number
jvmTotal: number
jvmFree: number
}