DOKK / manpages / debian 10 / cpuid / cpuinfo2cpuid.1.en
CPUINFO2CPUID(1) CPUINFO2CPUID(1)

cpuinfo2cpuid

cpuinfo2cpuid

  or

cpuinfo2cpuid -help

  or

cpuinfo2cpuid -vendor=<GenuineIntel|AuthenticAMD> -family=<num> -model=<num> -stepping=<num>

Expects /proc/cpuinfo data on stdin and converts it to cpuid-like HEX data structure suitable as the input for cpuid -f <file> utility. Alternatively, user can specify CPU vendor, family, model and stepping on the command line.

Displays a brief help message.
CPU vendor. Can be either GenuineIntel or AuthenticAMD.
CPU family in decimal notation.
CPU model in decimal notation.
CPU stepping in decimal notation.
Displays a brief help message.

Only Intel & AMD cpuinfo data are supported at the moment.

cpuinfo2cpuid < /proc/cpuinfo | cpuid -f - | grep '(synth)'

Specifying CPU vendor, family, model and stepping on command line

cpuinfo2cpuid.pl -vendor=GenuineIntel -family=6 -model=58 -stepping=9 | cpuid -f - | grep '(synth)'

Todd Allen <cpuid@etallen.com>, Jirka Hladky <jhladky@gmail.com>

2018-05-23 20180519