在Debian系统中,/proc/cpuinfo 文件包含了处理器的详细信息,如型号、频率、核心数、缓存大小等。以下是 /proc/cpuinfo 文件常见显示的内容:
例如,一个典型的输出可能如下所示:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
stepping : 9
microcode : 0x13
cpu MHz : 3399.998
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fma_bug : no
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
此外,您还可以使用 lscpu 命令来获取CPU的架构信息、核心和线程数等。
希望这些信息对您有所帮助!