Go to main content

Oracle® x86 Server Diagnostics, Applications, and Utilities Guide

Exit Print View

Updated: June 2016
 
 

cpu info

The cpu info command displays CPU (processor) information using the CPUID instruction. If the requested information is displayed for the respective logical processor, it means that the processor is in a working state. This command is differentiated from System Inventory or System Info where processor information is coming from SMBIOS. This command executes the x86 CPUID instructions to collect and display respective CPU type, family, mode, stepping, and strings. Boot strap processor (BSP) CPU information is displayed without options.

Command Syntax

udiag cpu info

udiag cpu info -ap <n> [/<n>]*

udiag cpu info -np <n>

udiag cpu info -np all

Resource Requirements

ANY_PROC; MULTIPLE_INSTANCES

Examples

To run the test on a specific processor, type:

fs0:/> udiag cpu info -ap 1a

To run the test on <n> number of processors, type:

fs0:/> udiag cpu info -ap 1a/34/2

To run the test on all processors, type:

fs0:/> udiag cpu info -np all