1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 16:35:27 +02:00
tldr/pages/linux/cpuid.md

17 lines
302 B
Markdown
Raw Normal View History

2017-12-28 16:51:50 +08:00
# cpuid
> Display detailed information about all CPUs.
2025-07-04 18:23:20 +03:00
> More information: <https://manned.org/cpuid.1>.
2017-12-28 16:51:50 +08:00
- Display information for all CPUs:
`cpuid`
- Display information only for the current CPU:
`cpuid {{[-1|--one-cpu]}}`
2017-12-28 16:51:50 +08:00
- Display raw hex information with no decoding:
`cpuid {{[-r|--raw]}}`