處理器:如何獲取有關英特爾至強的緩存信息 (Processor : How to get cache information about intel xeon)


問題描述

處理器:如何獲取有關英特爾至強的緩存信息 (Processor : How to get cache information about intel xeon)

I'm looking for a way to have a precise architecture information about Xeon E5420. This processor have 4 cores and 2x6Mo cache, so 2 cores shares a 6Mo cache.

I'm working on machines that have 2 processors xeon, thus have 8 cores, and looking at /proc/cpuinfo just gives me indication about which core is on which processor.

Usually odd cores are on a processor and even cores are on the other but I didn't find a way to know which two cores on the same processor shares the 6Mo cache.

Any clue?

‑‑‑‑‑

參考解法

方法 1:

By the way, I found a good library that provide a lstopo command that gives you exactly the topology of the system!

It is called libtopology and is still in developpement, only avaliable using svn on INRIA's forge.

If someone want it and don't find it, I will help :)

(by clafclaf)

參考文件

  1. Processor : How to get cache information about intel xeon (CC BY‑SA 3.0/4.0)

#intel #processor #core






相關問題

x86 彙編程序崩潰,可能忽略了簡單的錯誤 (x86 assembly procedure crashes, possibly overlooking simple error)

英特爾虛擬化問題 (Android Studio) (Intel Virtualization Problems (Android Studio))

Intel 芯片組 - GPIO 編程 (Intel chipset - GPIO programming)

如何編譯 gcc 、 intel 靜態庫? (How to compile wth gcc , intel static libraries?)

我們可以在 OpenWrt linux 操作系統上運行 DPDK 應用程序嗎? (Can we run DPDK application on OpenWrt linux os?)

如何將內存中的 96 位加載到 XMM 寄存器中? (How to load 96 bits from memory into an XMM register?)

英特爾 PIN 二進制檢測工具中的 16 個通用寄存器如何表示 (How are the 16 General Purpose Registers represented in Intel PIN binary instrumentation tool)

Delphi 的 x86 代碼生成器框架 (x86 code generator framework for Delphi)

處理器:如何獲取有關英特爾至強的緩存信息 (Processor : How to get cache information about intel xeon)

任何人都試圖為另一個操作系統編譯 Intel xf86_video_intel (Anyone tried to compile Intel xf86_video_intel for another OS)

飛地字段不工作,但沒有錯誤 (Enclave field not working, but there is no error)

是否可以在 Intel SDE 中結合 CPUID 和指令集仿真參數 (Is it possible to combine CPUID and Instruction set emulation arguments in Intel SDE)







留言討論