commands.sh

cpuid

linux

Display detailed information about all CPUs.

More info →

Options (2)

-1, --one-cpuboolean

Display information only for the current CPU

Example: cpuid {{[-1|--one-cpu]}}
-r, --rawboolean

Display raw hex information with no decoding

Example: cpuid {{[-r|--raw]}}

Examples (3)

Display information for all CPUs

Display information only for the current CPU

cpuid [-1|--one-cpu]

Display raw hex information with no decoding

cpuid [-r|--raw]
made by @shridhargupta | data from tldr-pages