ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] идентификация процессора/процессоров
@ 2011-06-21 12:36 Anton Gorlov
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anton Gorlov @ 2011-06-21 12:36 UTC (permalink / raw)
  To: hardware

Помогите определить что это за процессор -
[root@flashback bld]# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      : Intel(R) Xeon(TM) CPU 3.20GHz
stepping        : 4
cpu MHz         : 3199.923
cache size      : 2048 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 2
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe 
syscall lm constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx cid cx16 
xtpr pdcm lahf_lm tpr_shadow
bogomips        : 6399.84
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:


всего таких записей 4 - в сервере возможно установлено 2 процессора ибо
dmidecode | grep 'Socket Design'
         Socket Designation: Proc 1
         Socket Designation: Proc 2


Processor Information
	Socket Designation: Proc 1
	Type: Central Processor
	Family: Xeon
	Manufacturer: Intel
	ID: 64 0F 00 00 FF FB EB BF
	Signature: Type 0, Family 15, Model 6, Stepping 4
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (Fast floating-point save and restore)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Hyper-threading technology)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Not Specified
	Voltage: 1.4 V
	External Clock: 1066 MHz
	Max Speed: 4800 MHz
	Current Speed: 3200 MHz
	Status: Populated, Enabled
	Upgrade: ZIF Socket
	L1 Cache Handle: 0x0710
	L2 Cache Handle: 0x0720
	L3 Cache Handle: 0x0730
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified
	Core Count: 2
	Core Enabled: 2
	Thread Count: 4
	Characteristics:
		64-bit capable

Handle 0x0406, DMI type 4, 40 bytes
Processor Information
	Socket Designation: Proc 2
	Type: Central Processor
	Family: Xeon
	Manufacturer: Intel
	ID: 00 00 00 00 00 00 00 00
	Signature: Type 0, Family 0, Model 0, Stepping 0
	Flags: None
	Version: Not Specified
	Voltage: 1.4 V
	External Clock: 200 MHz
	Max Speed: 4800 MHz
	Current Speed: Unknown
	Status: Unpopulated
	Upgrade: ZIF Socket
	L1 Cache Handle: 0x0716
	L2 Cache Handle: 0x0726
	L3 Cache Handle: 0x0736
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified
	Characteristics:
		64-bit capable


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Hardware] идентификация процессора/процессоров
  @ 2011-06-21 12:53   ` Anton Gorlov
  2011-06-21 18:13   ` Andrey Liakhovets
  1 sibling, 0 replies; 6+ messages in thread
From: Anton Gorlov @ 2011-06-21 12:53 UTC (permalink / raw)
  To: hardware

Intel Xeon Dempsey? судя по тому что
Handle 0x0720, DMI type 7, 19 bytes
Cache Information
         Socket Designation: Processor 1 Internal L2 Cache
         Configuration: Enabled, Not Socketed, Level 2
         Operational Mode: Write Back
         Location: Internal
         Installed Size: 4096 kB



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Hardware] идентификация процессора/процессоров
  2011-06-21 12:36 [Hardware] идентификация процессора/процессоров Anton Gorlov
  @ 2011-06-21 13:29 ` Andrey Liakhovets
  2011-06-21 13:41   ` Anton Gorlov
  2011-06-21 18:08 ` Sergey Vlasov
  2 siblings, 1 reply; 6+ messages in thread
From: Andrey Liakhovets @ 2011-06-21 13:29 UTC (permalink / raw)
  To: hardware

On Tue, 21 Jun 2011 16:36:25 +0400 Anton Gorlov wrote:
>Помогите определить что это за процессор -
>[root@flashback bld]# cat /proc/cpuinfo
 ...
>всего таких записей 4 - в сервере возможно установлено 2 процессора ибо
>dmidecode | grep 'Socket Design'
 ...

Посмотрите ещё в /sys/devices/system/cpu/cpu*/topology/
(по поводу процессоров, ядер, ...)

Андрей Ляховец


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Hardware] идентификация процессора/процессоров
  2011-06-21 13:29 ` Andrey Liakhovets
@ 2011-06-21 13:41   ` Anton Gorlov
  0 siblings, 0 replies; 6+ messages in thread
From: Anton Gorlov @ 2011-06-21 13:41 UTC (permalink / raw)
  To: hardware

21.06.2011 17:29, Andrey Liakhovets пишет:

>> [root@flashback bld]# cat /proc/cpuinfo
>   ...
>> всего таких записей 4 - в сервере возможно установлено 2 процессора ибо
>> dmidecode | grep 'Socket Design'
>   ...
>
> Посмотрите ещё в /sys/devices/system/cpu/cpu*/topology/
> (по поводу процессоров, ядер, ...)
physical_package_id  везде == 0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Hardware] идентификация процессора/процессоров
  2011-06-21 12:36 [Hardware] идентификация процессора/процессоров Anton Gorlov
    2011-06-21 13:29 ` Andrey Liakhovets
@ 2011-06-21 18:08 ` Sergey Vlasov
  2 siblings, 0 replies; 6+ messages in thread
From: Sergey Vlasov @ 2011-06-21 18:08 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 3973 bytes --]

On Tue, Jun 21, 2011 at 04:36:25PM +0400, Anton Gorlov wrote:
> Помогите определить что это за процессор -
> [root@flashback bld]# cat /proc/cpuinfo
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 15
> model           : 6
> model name      : Intel(R) Xeon(TM) CPU 3.20GHz
> stepping        : 4

По http://www.intel.com/Assets/en_US/PDF/specupdate/313065.pdf это
либо Xeon 5060 (SL96A), либо 5063 (SL96B) - они, похоже, отличаются
только напряжением питания, что определить сложно (DMI обычно в этом
месте показывает чушь).

> cpu MHz         : 3199.923
> cache size      : 2048 KB
> physical id     : 0
> siblings        : 4
> core id         : 0
> cpu cores       : 2
> apicid          : 0
> initial apicid  : 0
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 6
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe 
> syscall lm constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx cid cx16 
> xtpr pdcm lahf_lm tpr_shadow
> bogomips        : 6399.84
> clflush size    : 64
> cache_alignment : 128
> address sizes   : 36 bits physical, 48 bits virtual
> power management:
> 
> 
> всего таких записей 4 - в сервере возможно установлено 2 процессора ибо
> dmidecode | grep 'Socket Design'
>          Socket Designation: Proc 1
>          Socket Designation: Proc 2

Нет, на самом деле процессор один, в котором 2 ядра (cpu cores: 2), но
с гипертредингом (siblings: 4).

> Processor Information
> 	Socket Designation: Proc 1
> 	Type: Central Processor
> 	Family: Xeon
> 	Manufacturer: Intel
> 	ID: 64 0F 00 00 FF FB EB BF
> 	Signature: Type 0, Family 15, Model 6, Stepping 4
> 	Flags:
> 		FPU (Floating-point unit on-chip)
> 		VME (Virtual mode extension)
> 		DE (Debugging extension)
> 		PSE (Page size extension)
> 		TSC (Time stamp counter)
> 		MSR (Model specific registers)
> 		PAE (Physical address extension)
> 		MCE (Machine check exception)
> 		CX8 (CMPXCHG8 instruction supported)
> 		APIC (On-chip APIC hardware supported)
> 		SEP (Fast system call)
> 		MTRR (Memory type range registers)
> 		PGE (Page global enable)
> 		MCA (Machine check architecture)
> 		CMOV (Conditional move instruction supported)
> 		PAT (Page attribute table)
> 		PSE-36 (36-bit page size extension)
> 		CLFSH (CLFLUSH instruction supported)
> 		DS (Debug store)
> 		ACPI (ACPI supported)
> 		MMX (MMX technology supported)
> 		FXSR (Fast floating-point save and restore)
> 		SSE (Streaming SIMD extensions)
> 		SSE2 (Streaming SIMD extensions 2)
> 		SS (Self-snoop)
> 		HTT (Hyper-threading technology)
> 		TM (Thermal monitor supported)
> 		PBE (Pending break enabled)
> 	Version: Not Specified
> 	Voltage: 1.4 V
> 	External Clock: 1066 MHz
> 	Max Speed: 4800 MHz
> 	Current Speed: 3200 MHz
> 	Status: Populated, Enabled
> 	Upgrade: ZIF Socket
> 	L1 Cache Handle: 0x0710
> 	L2 Cache Handle: 0x0720
> 	L3 Cache Handle: 0x0730
> 	Serial Number: Not Specified
> 	Asset Tag: Not Specified
> 	Part Number: Not Specified
> 	Core Count: 2
> 	Core Enabled: 2
> 	Thread Count: 4
> 	Characteristics:
> 		64-bit capable
> 
> Handle 0x0406, DMI type 4, 40 bytes
> Processor Information
> 	Socket Designation: Proc 2
> 	Type: Central Processor
> 	Family: Xeon
> 	Manufacturer: Intel
> 	ID: 00 00 00 00 00 00 00 00
> 	Signature: Type 0, Family 0, Model 0, Stepping 0
> 	Flags: None
> 	Version: Not Specified
> 	Voltage: 1.4 V
> 	External Clock: 200 MHz
> 	Max Speed: 4800 MHz
> 	Current Speed: Unknown
> 	Status: Unpopulated

Второй сокет есть (если DMI не врёт), но он пустой.

> 	Upgrade: ZIF Socket
> 	L1 Cache Handle: 0x0716
> 	L2 Cache Handle: 0x0726
> 	L3 Cache Handle: 0x0736
> 	Serial Number: Not Specified
> 	Asset Tag: Not Specified
> 	Part Number: Not Specified
> 	Characteristics:
> 		64-bit capable

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Hardware] идентификация процессора/процессоров
    2011-06-21 12:53   ` Anton Gorlov
@ 2011-06-21 18:13   ` Andrey Liakhovets
  1 sibling, 0 replies; 6+ messages in thread
From: Andrey Liakhovets @ 2011-06-21 18:13 UTC (permalink / raw)
  To: hardware

On Tue, 21 Jun 2011 16:46:16 +0400 Павел Знаменский wrote:
>http://market.yandex.ru/guru.xml?CMD=-RR=0,0,0,0-PF=1801946~EQ~sel~5800975-PF=2142444693~LT~sel~3210-PF=2142444693~GT~sel~3190-PF=2142444685~EQ~sel~x751745184-PF=2142444683~EQ~uni~2-VIS=211E2-CAT_ID=651600-EXC=1-PG=10&hid=91019

Судя по
>> cpu MHz         : 3199.923
это больше похоже на Intel® Xeon® Processor 5060 или 5063, чем на 5080.
Остальное у них одинаковое (и topology):
>> cache size      : 2048 KB
>> siblings        : 4
>> cpu cores       : 2

http://ark.intel.com/Product.aspx?id=27211&processor=5060&spec-codes=SL96A
http://ark.intel.com/Product.aspx?id=28020&processor=5063&spec-codes=SL96B
http://ark.intel.com/Product.aspx?id=27213&processor=5080&spec-codes=SL968

Т.е. 1 процессор, 2 ядра с hyperthreading, всего 4 логических,
похоже, на каждое ядро по 2 Mb кэша, всего 4 Mb.

Андрей Ляховец


>21 июня 2011 г. 16:36 пользователь Anton Gorlov <stalker@altlinux.ru>написал:
>
>> Помогите определить что это за процессор -
>> [root@flashback bld]# cat /proc/cpuinfo
>> processor       : 0
>> vendor_id       : GenuineIntel
>> cpu family      : 15
>> model           : 6
>> model name      : Intel(R) Xeon(TM) CPU 3.20GHz
>> stepping        : 4
>> cpu MHz         : 3199.923
>> cache size      : 2048 KB
>> physical id     : 0
>> siblings        : 4
>> core id         : 0
>> cpu cores       : 2
>> apicid          : 0
>> initial apicid  : 0
>> fpu             : yes
>> fpu_exception   : yes
>> cpuid level     : 6
>> wp              : yes
>> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
>> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm
>> constant_tsc pebs bts pni dtes64 monitor ds_cpl vmx cid cx16 xtpr pdcm
>> lahf_lm tpr_shadow
>> bogomips        : 6399.84
>> clflush size    : 64
>> cache_alignment : 128
>> address sizes   : 36 bits physical, 48 bits virtual
>> power management:
>>
>>
>> всего таких записей 4 - в сервере возможно установлено 2 процессора ибо
>> dmidecode | grep 'Socket Design'
>>        Socket Designation: Proc 1
>>        Socket Designation: Proc 2
>>
>>
>> Processor Information
>>        Socket Designation: Proc 1
>>        Type: Central Processor
>>        Family: Xeon
>>        Manufacturer: Intel
>>        ID: 64 0F 00 00 FF FB EB BF
>>        Signature: Type 0, Family 15, Model 6, Stepping 4
>>        Flags:
>>                FPU (Floating-point unit on-chip)
>>                VME (Virtual mode extension)
>>                DE (Debugging extension)
>>                PSE (Page size extension)
>>                TSC (Time stamp counter)
>>                MSR (Model specific registers)
>>                PAE (Physical address extension)
>>                MCE (Machine check exception)
>>                CX8 (CMPXCHG8 instruction supported)
>>                APIC (On-chip APIC hardware supported)
>>                SEP (Fast system call)
>>                MTRR (Memory type range registers)
>>                PGE (Page global enable)
>>                MCA (Machine check architecture)
>>                CMOV (Conditional move instruction supported)
>>                PAT (Page attribute table)
>>                PSE-36 (36-bit page size extension)
>>                CLFSH (CLFLUSH instruction supported)
>>                DS (Debug store)
>>                ACPI (ACPI supported)
>>                MMX (MMX technology supported)
>>                FXSR (Fast floating-point save and restore)
>>                SSE (Streaming SIMD extensions)
>>                SSE2 (Streaming SIMD extensions 2)
>>                SS (Self-snoop)
>>                HTT (Hyper-threading technology)
>>                TM (Thermal monitor supported)
>>                PBE (Pending break enabled)
>>        Version: Not Specified
>>        Voltage: 1.4 V
>>        External Clock: 1066 MHz
>>        Max Speed: 4800 MHz
>>        Current Speed: 3200 MHz
>>        Status: Populated, Enabled
>>        Upgrade: ZIF Socket
>>        L1 Cache Handle: 0x0710
>>        L2 Cache Handle: 0x0720
>>        L3 Cache Handle: 0x0730
>>        Serial Number: Not Specified
>>        Asset Tag: Not Specified
>>        Part Number: Not Specified
>>        Core Count: 2
>>        Core Enabled: 2
>>        Thread Count: 4
>>        Characteristics:
>>                64-bit capable
>>
>> Handle 0x0406, DMI type 4, 40 bytes
>> Processor Information
>>        Socket Designation: Proc 2
>>        Type: Central Processor
>>        Family: Xeon
>>        Manufacturer: Intel
>>        ID: 00 00 00 00 00 00 00 00
>>        Signature: Type 0, Family 0, Model 0, Stepping 0
>>        Flags: None
>>        Version: Not Specified
>>        Voltage: 1.4 V
>>        External Clock: 200 MHz
>>        Max Speed: 4800 MHz
>>        Current Speed: Unknown
>>        Status: Unpopulated
>>        Upgrade: ZIF Socket
>>        L1 Cache Handle: 0x0716
>>        L2 Cache Handle: 0x0726
>>        L3 Cache Handle: 0x0736
>>        Serial Number: Not Specified
>>        Asset Tag: Not Specified
>>        Part Number: Not Specified
>>        Characteristics:
>>                64-bit capable


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-21 18:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-21 12:36 [Hardware] идентификация процессора/процессоров Anton Gorlov
2011-06-21 12:53   ` Anton Gorlov
2011-06-21 18:13   ` Andrey Liakhovets
2011-06-21 13:29 ` Andrey Liakhovets
2011-06-21 13:41   ` Anton Gorlov
2011-06-21 18:08 ` Sergey Vlasov

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git