3

I have an old server with an Intel XEON Processor. I have been trying to identify which exact version it is with no luck. I tried various tools but all they do is give you some info about the processor with no actual version (processor number).

Here is what I know about it so far:

Clock Speed 3.00 GHz

The motherboard is an Intel 5000P Chipset so I know it should be a Intel Xeon 5000 series but maybe not.

It is a dual core hyperthreaded (so it shows up as 4 cores on Task Manager)

It has 2MB level 2 Cache

It supports Intel Hardware Virtulization

I have looked though the Intel website and I just can't find a processor that has the exact same specs.

4 Answers 4

5

That's a Xeon 5050. The cache size is 2x2MB ( i suspect whatever tool reported that 2MB was reporting per core) not 4MB as indicated on the Intel site Intel® Xeon® Processor 5050 | intel.com. It's not hard to figure this out. The socket for 5000P is LGA 771. You now go to List of Intel Xeon microprocessors | en.wikipedia.org search for 3000 MHz and 3 GHz and look for LGA 771 matches with a low amount of cache. That's then 5050 or 5160 where the latter does not support HT Intel® Xeon® Processor 5160 | intel.com

2
  • That’s not concrete evidence. You are not then accounting for a few factors. It’s always best to use something that proves it completely. As the next answer nicely points out CPU-Z or on Linux cat /proc/cpuinfo although I do appreciate in 99% of cases your answer gives a strong indication :) Commented Apr 15, 2018 at 21:40
  • Holy necromancy, Batman! Blast from the past, if there ever was one. Do note the question includes "I tried various tools but all they do is give you some info about the processor with no actual version (processor number)" thus I tried to give an idea on how to id something based on characteristics and not tools. Today the same would work: socket (or generation), threads/core, gigahertz, vPro support together identifies an Intel CPU. Admittedly: the various CPU info tools work a lot better now.
    – chx
    Commented Apr 16, 2018 at 1:09
9

Under Windows you might want to try CPU-Z. Under linux, you can try cat /proc/cpuinfo.

3

Have you tried the bootable version of Intel's processor identification tool?

This tool runs on bare metal, and it may help to identify the CPU if your operating system is somehow getting in the way.

1
  • I will give it a try to verify the answer below, thanks Commented May 2, 2011 at 19:26
0

Have you tried to check in BIOS? Normaly you'll have the exact CPU model in there.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .