Finish cpu statistics information

This commit is contained in:
2023-12-08 15:08:22 +08:00
parent 5c14e0e86b
commit 4e2d13c064
5 changed files with 141 additions and 233 deletions

1
src/global.d.ts vendored
View File

@@ -361,6 +361,7 @@ interface CpuInfoVo {
irq: number
softirq: number
steal: number
total: number
processors: CpuInfoVo[]
}