mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-16 12:15:24 +02:00
16 lines
302 B
Markdown
16 lines
302 B
Markdown
# cpuid
|
|
|
|
> Display detailed information about all CPUs.
|
|
> More information: <https://manned.org/cpuid.1>.
|
|
|
|
- Display information for all CPUs:
|
|
|
|
`cpuid`
|
|
|
|
- Display information only for the current CPU:
|
|
|
|
`cpuid {{[-1|--one-cpu]}}`
|
|
|
|
- Display raw hex information with no decoding:
|
|
|
|
`cpuid {{[-r|--raw]}}`
|