Get CPU Onboard Speed
更新时间: 2026/08/06
在Gitcode上查看源码Get CPU Onboard Speed
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the onboard rate of the CPU.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | Reversed |
| 2:3 | 0x0200 |
| 4 | Reversed |
| 5 | 0x59 |
| 6 (This byte can be omitted in the case of a single CPU.) | CPU ID: The value starts from 0. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Rate |
Command Example
Obtain the onboard CPU rate.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x59Response:
text
63