{
"bmc.dev.Cpu": {
"properties": {
"PhysicalId": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "物理Id"
},
"MaxSpeedMHz": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "最大转速"
},
"CurrentSpeedMHz": {
"baseType": "U32",
"readOnly": true,
"options": {
"volatile": true
},
"description": "实时转速"
},
"ProcessorId": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "处理器Id"
},
"TotalCores": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "总核数"
},
"TotalEnabledCores": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "可用核数"
},
"TotalThreads": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "总线程数"
},
"L1Cache": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "一级缓存大小"
},
"L2Cache": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "二级缓存大小"
},
"L3Cache": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "三级缓存大小"
},
"Characteristics": {
"baseType": "String",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "特性"
}
},
"methods": {}
}
}