代码仓
中
Get CPU Onboard Speed
更新时间: 2026/08/06
在AtomGit上查看源码

Get CPU Onboard Speed ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Obtains the onboard rate of the CPU.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1Reversed
2:30x0200
4Reversed
50x59
6 (This byte can be omitted in the case of a single CPU.)CPU ID: The value starts from 0.

Response Information ​

ByteData Field
1Completion Code
2Rate

Command Example ​

Obtain the onboard CPU rate. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x59

Response:

text
63

Back to Index ​