CPUID_TOOL(1) | User Commands | CPUID_TOOL(1) |
NAME¶
cpuid_tool - manual page for cpuid_tool 0.7.1
SYNOPSIS¶
cpuid_tool [options]
OPTIONS¶
-h, --help - Show this help
--load=<file> - Load raw CPUID data from file
--save=<file> - Acquire raw CPUID data and write it to file
--report, --all - Report all decoded CPU info (w/o clock)
--clock - in conjunction to --report: print CPU clock as well
--clock-rdtsc - same as --clock, but use RDTSC for clock detection
--cpulist - list all known CPUs
--sgx - list SGX leaf data, if SGX is supported.
--hypervisor - print hypervisor vendor if detected.
--quiet - disable warnings
--outfile=<file> - redirect all output to this file, instead of stdout
--verbose, -v - be extra verbose (more keys increase verbosiness level)
--version - print library version
Query switches (generate 1 line of output per switch; in order of appearance):¶
--cpuid, --architecture, --feature-level, --purpose, --vendorstr,
--vendorid, --brandstr, --family, --model, --stepping, --extfamily,
--extmodel, --implementer, --variant, --part-num, --revision, --cores,
--logical, --total-cpus, --affi-mask, --l1d-cache, --l1i-cache, --cache,
--l2-cache, --l3-cache, --l4-cache, --l1d-assoc, --l1i-assoc, --l2-assoc,
--l3-assoc, --l4-assoc, --l1d-cacheline, --l1i-cacheline, --l2-cacheline,
--l3-cacheline, --l4-cacheline, --l1d-instances, --l1i-instances,
--l2-instances, --l3-instances, --l4-instances, --codename, --flags,
--clock, --clock-os, --clock-rdtsc, --clock-ic, --rdmsr, --rdmsr-raw,
--sse-size
If `-' is used for <file>, then stdin/stdout will be used instead of files. When no options are present, the program behaves as if it was invoked with
- cpuid_tool "--save=raw.txt --outfile=report.txt --report --verbose"
SEE ALSO¶
The full documentation for cpuid_tool is maintained as a Texinfo manual. If the info and cpuid_tool programs are properly installed at your site, the command
- info cpuid_tool
should give you access to the complete manual.
December 2024 | cpuid_tool 0.7.1 |