tldr/pages/linux/cpuid.md

17 lines
277 B
Markdown
Raw Normal View History

2017-12-28 08:51:50 +00:00
# cpuid
> Display detailed information about all CPUs.
> More information: <http://etallen.com/cpuid.html>.
2017-12-28 08:51:50 +00:00
- Display information for all CPUs:
`cpuid`
- Display information only for the current CPU:
`cpuid -1`
- Display raw hex information with no decoding:
`cpuid -r`