Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来获得有关 Xeon E5420 的精确架构信息。该处理器有 4 个内核和 2x6Mo 缓存,因此 2 个内核共享一个 6Mo 缓存。
我正在使用具有 2 个 Xeon 处理器的机器,因此具有 8 个内核,查看 /proc/cpuinfo 只是让我知道哪个内核在哪个处理器上。
通常奇数核心在一个处理器上,偶数核心在另一个处理器上,但我没有找到方法知道同一处理器上的哪两个核心共享 6Mo 缓存。
有什么线索吗?
顺便说一句,我找到了一个很好的库,它提供了一个lstopo可以准确地为您提供系统拓扑的命令!
lstopo
它被称为 libtopology 并且仍在开发中,只能在 INRIA 的 forge 上使用 svn。
如果有人想要它但找不到它,我会帮忙:)
/proc/cpuinfo 为您提供每个核心的物理 ID、核心 ID 和缓存大小您还需要哪些信息?