Files
tldr/pages/linux/cpuid.md
2024-10-12 10:02:00 +02:00

17 lines
278 B
Markdown

# cpuid
> Display detailed information about all CPUs.
> More information: <https://etallen.com/cpuid.html>.
- Display information for all CPUs:
`cpuid`
- Display information only for the current CPU:
`cpuid -1`
- Display raw hex information with no decoding:
`cpuid -r`