Add software and hardware statistics api
This commit is contained in:
11
src/main/kotlin/top/fatweb/api/vo/system/HardwareInfoVo.kt
Normal file
11
src/main/kotlin/top/fatweb/api/vo/system/HardwareInfoVo.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package top.fatweb.api.vo.system
|
||||
|
||||
data class HardwareInfoVo(
|
||||
val cpu: String,
|
||||
val arch: String,
|
||||
val is64Bit: Boolean,
|
||||
val cpuPhysicalPackageCount: Int,
|
||||
val cpuPhysicalProcessorCount: Int,
|
||||
val cpuLogicalProcessorCount: Int,
|
||||
val microarchitecture: String
|
||||
)
|
||||
Reference in New Issue
Block a user