cpuid

Display detailed information about all CPUs. More information: <http://etallen.com/cpuid.html>.

Install

All systems
curl cmd.cat/cpuid.sh
Debian Debian
apt-get install cpuid
Ubuntu
apt-get install cpuid
Arch Arch Linux
pacman -S cpuid
image/svg+xml Kali Linux
apt-get install cpuid
CentOS
yum install cpuid
Fedora
dnf install cpuid
Windows (WSL2)
sudo apt-get update sudo apt-get install cpuid

Display detailed information about all CPUs. More information: <http://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

© tl;dr; authors and contributors