Wie identifiziere ich mein CPU-Modell?

Ich habe eine Intel Xeon CPU bei 3.06 GHz mit 512KB Cache Größe.

Ich habe mich gefragt, ob der On-Chip-Cache für die Maschine L1 oder L2 ist. Gibt es eine Möglichkeit, dies über einen Unix-Befehl zu wissen?

 0
Author: Hennes, 2009-08-07

5 answers

Sie sagen nicht, welche Unix-Variante, aber unter Linux können Sie:

$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 72
model name      : AMD Turion(tm) 64 X2 Mobile Technology TL-60
stepping        : 2
cpu MHz         : 1994.397
cache size      : 512 KB
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm
bogomips        : 3992.75
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

Ich bin mir nicht sicher, wie ich die gleiche Menge an Informationen aus einer Solaris-Box erhalten soll. Das nächste, was ich gefunden habe, ist:

$ /usr/sbin/psrinfo -v
Status of virtual processor 0 as of: 08/07/2009 10:43:52
  on-line since 01/19/2009 12:17:57.
  The i386 processor operates at 2612 MHz,
        and has an i387 compatible floating point processor.
 5
Author: Stephen Darlington,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2009-08-07 09:44:58

Die [[1]}Intel Xeon 512KB hat einen 512KB L2 Cache.

geben Sie hier die Bildbeschreibung ein

E7501, Intel® Xeon® Processor 3.06 GHz, 512K Cache, 533 MHz FSB -

Es wäre jedoch eine gute Idee, Ihr Prozessormodell zu überprüfen und es nachzuschlagen.
Die Speicherspezifikation im Prozessornamen ist normalerweise die L2.
Während der Prozessor einen L1 und einen L3 Cache hat.

 4
Author: nik,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2011-08-17 06:25:27

Das BIOS des Computers enthält möglicherweise detaillierte Prozessorinformationen. Viele von ihnen listen die Größe der L1-und L2-Caches zusammen mit der Geschwindigkeit und dem Modell der CPU im Computer auf.

 2
Author: Troggy,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2009-08-07 06:21:32

Wenn Sie unter Windows sind, empfehle ich dringend CPU-Z - es identifiziert Ihre CPU, Ihren Speicher und Ihr Motherboard sehr detailliert.

geben Sie hier die Bildbeschreibung ein

 2
Author: Jeff Atwood,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2011-08-18 07:59:28

512KB ist zu groß, um L1-Cache zu sein, wahrscheinlich ist es L2. Und ja, alle aktuellen L2-Caches befinden sich innerhalb des Würfels (entlang w/ L1).

 0
Author: hyperslug,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2009-08-07 01:29:30