Was bedeuten "Prozessor" und "CPU-Kerne" in / proc / cpuinfo?

4325
why

Mögliches Duplizieren:
Unterschied zwischen Kernen und Prozessoren

Was bedeuten hier "Prozessor" und "CPU-Kerne"?

cat /proc/cpuinfo  processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz stepping : 13 cpu MHz : 1801.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts bogomips : 3591.62 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management:  processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz stepping : 13 cpu MHz : 800.000 cache size : 2048 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts bogomips : 3590.97 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: 
3
Dies könnte verwandt sein - http://superuser.com/questions/168809/difference-between-cores-and-ocessors - Sie sind mir nicht sicher, da es nicht ganz klar ist, was Sie fragen. DMA57361 vor 13 Jahren 0
Sollte dies erneut zu unix.stackexchange.com migriert werden? ripper234 vor 13 Jahren 0

2 Antworten auf die Frage

3
BoyMars

In diesem Fall processorhandelt es sich lediglich um eine Kennung (die bei 0 beginnt). Sie haben zwei Prozessoren, also 0 und 1. CPU coresDie Anzahl der Kerne in jedem physischen Prozessor (hier zwei).

0
Matt

Es sind zwei Prozessorkerne auf einem Chip, die im Wesentlichen einem Doppelprozessorsystem in einem Prozessor entsprechen.

Die zentrale Verarbeitungseinheit (CPU) ist der Teil eines Computersystems, der die Anweisungen eines Computerprogramms ausführt, und er ist das Hauptelement, das die Funktionen des Computers ausführt.