cpuid
Display detailed information about all CPUs. More information: <http://etallen.com/cpuid.html>.
Install
- All systems
-
curl cmd.cat/cpuid.sh
- Debian
-
apt-get install cpuid
- Ubuntu
-
apt-get install cpuid
- Arch Linux
-
pacman -S cpuid
- 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
- Dockerfile
- dockerfile.run/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