1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 07:15:25 +02:00
tldr/pages/linux/cpuid.md
2025-07-04 20:53:20 +05:30

302 B

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]}}