Processors
Intel® Processors, Tools, and Utilities
15131 Discussions

What is the Processor Speed if I have Multiple Cores

idata
Employee
1,289 Views

Hi All,

Can Any one let me know if I have

/Product.aspx?id=46498&processor=X7550&spec-codes=SLBRE Intel® Xeon® Processor X7550

 

(18M Cache, 2.00 GHz, 6.40 GT/s Intel® QPI)

This is a 8 core processor,

Will I get 8 x 2.00 Ghz = 16 Ghz.

If no what is the purpose of the Multi cores

Your help will be appreciated.

Thanks

Raees

0 Kudos
1 Reply
DSilv11
Valued Contributor III
444 Views

Think of it as 8 processors all working at 2.0 Ghz.

If your applications are written to take full advantage of multi cores, they would run 8 times as fast by sharing the work load across all 8 cores. (this is theoretical. in the real world, you don't get the full 8X boost since applications tend to have to wait for operator input or HDD access.)

If your application is written to only run on one core, the one core would work at 2.0 G and the remaining cores are all idle, except that this processor also supports Turbo Boost if enabled so if your application only uses 1 core and the remaining are idle, the processor will boost to 2.4Ghz.

Most newer applications and OSes support mult core processing.

In windows you can view the processor cores in task manger under the performance tab and see which cores are working and how hard.

0 Kudos
Reply