如何确定 Linux 计算机具有哪种类型的 CPU 插槽?

如何确定 Linux 计算机具有哪种类型的 CPU 插槽?

我可以使用什么 Linux 命令/程序来告诉我 Linux 桌面具有哪种类型的 CPU 插槽?

我在 Windows 上使用 CPUZ 或 SIW,在 Linux 上可以使用“cat /proc/cpuinfo”来获取其余拥有者的信息,但它并没有告诉我 CPU 位于哪个插槽。

谢谢。

答案1

如果你有信息安装后你可以运行它x86info -a,你会得到如下结果:

x86info v1.11.  Dave Jones 2001, 2002
Feedback to <[email protected]>.

Need to be root to use specified options.
Found 1 CPU
eax in: 0x00000000, eax = 00000002 ebx = 756e6547 ecx = 6c65746e edx = 49656e69
eax in: 0x00000001, eax = 00000686 ebx = 00000002 ecx = 00000000 edx = 0383f9ff
eax in: 0x00000002, eax = 03020101 ebx = 00000000 ecx = 00000000 edx = 0c040882

Family: 6 Model: 8 Stepping: 6 Type: 0
CPU Model: Pentium III (Coppermine) [cC0] Original OEM
Feature flags:
 fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse

Instruction TLB: 4KB pages, 4-way associative, 32 entries
Instruction TLB: 4MB pages, fully associative, 2 entries
Data TLB: 4KB pages, 4-way associative, 64 entries
L2 unified cache:
    Size: 256KB 8-way associative.
    line size=32 bytes.
L1 Instruction cache:
    Size: 16KB  4-way associative.
    line size=32 bytes.
Data TLB: 4MB pages, 4-way associative, 8 entries
L1 Data cache:
    Size: 16KB  4-way associative.
    line size=32 bytes.

Connector type: Socket 370 (FC-PGA) or (PPGA)


930.33 MHz processor (estimate).

答案2

这对我有用:dmidecode -t processor

其他类型有:bios,,,,,,,,。system​​​baseboardchassismemorycacheconnectorslot

答案3

处理器是什么型号?CPU-Z 和 cat /proc/cpuinfo 应该会显示出来。找到处理器类型后,Google 会为您找到具有插槽类型的处理器的规格。

相关内容