Finish cpu statistics information api
This commit is contained in:
@@ -12,5 +12,6 @@ data class CpuInfoVo(
|
||||
val irq: Long,
|
||||
val softirq: Long,
|
||||
val steal: Long,
|
||||
val total: Long,
|
||||
val processors: MutableList<CpuInfoVo>? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user