A friend of mine has an intel cpu 8400 and I would like to know what is the closest AMD equivalent to that processor. Another friend wants the same or similar power and speed but hates intel. So he only wants or prefers AMD. Do any of you experts on here know of the AMD equivalent in power and speed of an intel 8400 3.0Ghz processor???
In article <ujdee5lgr1kn98o92qst2hc8dusprs9...@4ax.com>, Syfo- D...@nomail.com says...
> Hi,
> A friend of mine has an intel cpu 8400 and I would like to know what > is the closest AMD equivalent to that processor. Another friend wants > the same or similar power and speed but hates intel. So he only wants > or prefers AMD. Do any of you experts on here know of the AMD > equivalent in power and speed of an intel 8400 3.0Ghz processor???
> Thanks in Advance
Does it have to be dual core? Do you want the equivant in price, gigahertz or processing power? Single threaded or multithreaded software being used?
> A friend of mine has an intel cpu 8400 and I would like to know what > is the closest AMD equivalent to that processor. Another friend wants > the same or similar power and speed but hates intel. So he only wants > or prefers AMD. Do any of you experts on here know of the AMD > equivalent in power and speed of an intel 8400 3.0Ghz processor???
> Thanks in Advance
There is a difference between single threaded and multi threaded performance. A lot of software is single threaded, and doesn't use multiple cores. So you can't rely on having more cores, as a crutch for insufficient core clock speed.
One problem with benchmarks, is their emphasis on multi-threaded performance (gaining benefit from multiple cores). Tomshardware charts don't give a description of what a test might be testing. As far as I know, only something like the iTunes benchmark might be single threaded. Using a single threaded benchmark, is to make sure a lot of single threaded stuff performs at the same level.
That means at 3.4GHz, it is running at 76% of the E8400. You would have to overclock it to 3.4*(1 / 0.76) = 4.47GHz.
On hwbot.org, I can see some 965 systems overclocked to 4.2GHz on air cooling. There are some on liquid nitrogen cooling running at 6.2GHz. So if that 3.4GHz AMD processor was overclocked as far as it would go on air cooling, then in single threaded benchmarks it would come close to the E8400.
In multi-threaded, it might be easier to catch up, by pitting an AMD quad against an Intel dual core. So if you wanted to make the claim that the 965 was "just as good" as the E8400, it might be true in cases where all four cores could be made to work on a problem at the same time.
AMD is competitive on the low to mid range, but at the very highest end, Intel is the winner. You buy AMD to save a few bucks.
> A friend of mine has an intel cpu 8400 and I would like to know what > is the closest AMD equivalent to that processor. Another friend wants > the same or similar power and speed but hates intel. So he only wants > or prefers AMD. Do any of you experts on here know of the AMD > equivalent in power and speed of an intel 8400 3.0Ghz processor???
> Thanks in Advance
The closest performance match in a processor that is still widely available is a Phenom II X3 720 (2.8GHz) which benchmarks slightly better, even though it is slightly slower clock speed. Obviously the extra core helps the Phenom II. But the interesting thing is, the Phenom II X3 720 is significantly cheaper than an E8400. So if it's E8400 performance you want, get a Phenom II X3 720 for less money. Invest the savings in a better video card, perhaps? -Dave
Dave C. wrote: > On Tue, 27 Oct 2009 14:08:47 -0400 > Syfo-Dyas <Syfo-D...@nomail.com> wrote:
>> Hi,
>> A friend of mine has an intel cpu 8400 and I would like to know what >> is the closest AMD equivalent to that processor. Another friend wants >> the same or similar power and speed but hates intel. So he only wants >> or prefers AMD. Do any of you experts on here know of the AMD >> equivalent in power and speed of an intel 8400 3.0Ghz processor???
>> Thanks in Advance
> The closest performance match in a processor that is still widely > available is a Phenom II X3 720 (2.8GHz) which benchmarks slightly > better, even though it is slightly slower clock speed. Obviously the > extra core helps the Phenom II. But the interesting thing is, the > Phenom II X3 720 is significantly cheaper than an E8400. So if it's > E8400 performance you want, get a Phenom II X3 720 for less money. > Invest the savings in a better video card, perhaps? -Dave
On single threaded applications, it isn't quite the same.
Sure, on multithreaded applications, you may be able to take your favorite AMD processor having more cores than the Intel, and beat it. But not every application a person does, is multithreaded. So it depends on how you want to delude yourself.
This is one of the reasons I hate Tomshardware benchmarks, because they're designed to deceive people. Most of the software I have is single threaded. Windows Movie Maker output module is one of the exceptions. Or perhaps Photoshop (and not on all Photoshop filters, as some of the filters are single threaded).
For games, it would be best to check a benchmark for the specific game. Some games are slightly multithreaded (one main thread running 100%, some helper activity at lower percentage points). Some, like FSX, launch threads on the fly, leading to multicore usage. It is hard for game designers to use any arbitrary number of cores offered by a user, as there is only so much parallelism you can extract from a game.
> A friend of mine has an intel cpu 8400 and I would like to know what > is the closest AMD equivalent to that processor. Another friend wants > the same or similar power and speed but hates intel. So he only wants > or prefers AMD. Do any of you experts on here know of the AMD > equivalent in power and speed of an intel 8400 3.0Ghz processor???
> Thanks in Advance
How about the new Athlon II 250. Same speed ½ the price.
>> A friend of mine has an intel cpu 8400 and I would like to know what >> is the closest AMD equivalent to that processor. Another friend wants >> the same or similar power and speed but hates intel. So he only wants >> or prefers AMD. Do any of you experts on here know of the AMD >> equivalent in power and speed of an intel 8400 3.0Ghz processor???
>> Thanks in Advance
> How about the new Athlon II 250. Same speed ½ the price.
To match that result, a Athlon II X2 250 has to overclock to 4.38GHz, from its stock 3.0GHz. At 4.38GHz, the benchmark takes 16min 23sec 560ms. That is the closest result I can find for the X2 250.
So 68% of the speed, half the price, on single threaded.
A better buy, might be the AMD Phenom II X2 550 Black Edition. If you enable the two hidden cores, and the processor tests OK on all cores, then your multithreaded performance should be higher than the E8400, and you've only paid $100. But the single threaded, would still require a significant overclock.
> A lot of software is single threaded, and doesn't > use multiple cores.
I'm actually not sure how one would designate which core does what at the programming language level. If I start a program up on xp, that creates a process, 'myProgram.exe'. Within that process, at the programming language level, I can create multiple threads and have them execute blocks of code, then the thread terminates.
Your saying that windows does not have the ability to load balance programs/threads and/or multiple programs/threads over several cores?
geoff wrote: >> A lot of software is single threaded, and doesn't >> use multiple cores.
> I'm actually not sure how one would designate which core does what at the > programming language level. If I start a program up on xp, that creates a > process, 'myProgram.exe'. Within that process, at the programming language > level, I can create multiple threads and have them execute blocks of code, > then the thread terminates.
> Your saying that windows does not have the ability to load balance > programs/threads and/or multiple programs/threads over several cores?
> --g
It does have the ability to load balance. The question is, whether a typical application does that or not. If you're running MS Word, and are attempting to scroll as quickly as possible, to the end of the document, how many threads would that use ? It is my personal belief, that high performance programming is not a priority for most programmers. (I know, because I worked with some. I actually had to teach some of them, what a profiler was!) All they aim for, is accurately implementing a function, and the rest of it is noise.
Game design, on the other hand, can benefit from careful optimization. How many gaming houses, will get the same level of support as Microsoft did, when it asked Intel for help with FSX ? The answer, is not many.
That is why I discount quads, as the "cure for cancer". Sure, they're faster on a small range of applications. If I know I'm going to be shrinking DVDs, creating output from a video application, or other multimedia type applications, I expect to see some parallelism there. But not for that pile of legacy software you don't plan on changing any time soon.
Another part of the problem, is actually viewing what is going on, with your OS. The Task Manager display is not a very good way to visualize what the OS is doing. There needs to be a way where a record can be kept of what was scheduled during each time slice, so that a person could review exactly how much parallelism is going on. Since the scheduler in WinXP bounces stuff around willy-nilly, the separate plots per core are rather meaningless. That is why I can't take what I see there, at face value. When you see 75% in one graph, and 25% in the other, it could be one process running at 100%, and being bounced from core to core.
I rely on SuperPI (a single threaded benchmark), so I can honestly say "the worst you're going to see, is this ratio of performance". The multiple cores *may* offer some benefits, but without knowing what applications are being used, you can't offer anyone a guess as to how much benefit their multiple cores will be. Have you ever tried to get information from software sites, as to whether their programs exhibit parallelism ? I've yet to find a software house, that will help you out in terms of an optimal hardware configuration. And it is why I can't say to a person, "go to the Adobe site, and they'll help you determine whether a dual or a quad core is the right answer". The information simply doesn't exist. The best we can do, is rely on users and their experiments, to tell us how the software works.
> It does have the ability to load balance. The question is, whether > a typical application does that or not.
I would expect the load balancing to be done at the OS level and the application unaware of which core is handling a particular thread.
> If you're running MS Word, > and are attempting to scroll as quickly as possible, to the end > of the document, how many threads would that use ?
I ran a test one time (for a different issue), using Delphi Pascal, where I put a web browser control on a window and ran it. I loaded yahoo.com and their log window showed the main process and multiple threads running/created/destroyed as the page loaded.
My expectation would be at the OS level, if those threads caused the CPU utilization of a core to reach a certain threshold then the next core would be used to help out.
Your other point, I agree with. Writing software for multiple cores will always be faster than letting the OS load balance. Especially if the programming language has some kind of construct like:
parallel begin execute block1 execute block2 etc. parallel end
. . . but that principle has always been true just like a skilled assembly programmer will always write more efficient code then the code generated by a compiler. So, a CPU test, using a game, would skew the results because of its more efficient use of cores. However, IMHO, software not specfically written for multi-cores but is multi-threaded, as is a lot of software, would still get a benefit from multiple cores (and not a slight or minor one).
On Tue, 27 Oct 2009 12:04:13 -0700, Steve <iva...@invalid.com> wrote: >In article <ujdee5lgr1kn98o92qst2hc8dusprs9...@4ax.com>, Syfo- >D...@nomail.com says...
>> Hi,
>> A friend of mine has an intel cpu 8400 and I would like to know what >> is the closest AMD equivalent to that processor. Another friend wants >> the same or similar power and speed but hates intel. So he only wants >> or prefers AMD. Do any of you experts on here know of the AMD >> equivalent in power and speed of an intel 8400 3.0Ghz processor???
>> Thanks in Advance
>Does it have to be dual core?
Yes!
>Do you want the equivant in price, gigahertz or processing power?
As I said in the post it has to have the same processign power... It simply has to be as close as possible to the 8400.
> >> A friend of mine has an intel cpu 8400 and I would like to know what > >> is the closest AMD equivalent to that processor. Another friend wants > >> the same or similar power and speed but hates intel. So he only wants > >> or prefers AMD. Do any of you experts on here know of the AMD > >> equivalent in power and speed of an intel 8400 3.0Ghz processor???
> >> Thanks in Advance
> >Does it have to be dual core?
> Yes!
> >Do you want the equivant in price, gigahertz or processing power?
> As I said in the post it has to have the same processign power... > It simply has to be as close as possible to the 8400.
AMD Phenom II X2 550 Black Edition Callisto 3.1GHz
Probably as close as you're going to get with a dual core.
>> >> A friend of mine has an intel cpu 8400 and I would like to know what >> >> is the closest AMD equivalent to that processor. Another friend wants >> >> the same or similar power and speed but hates intel. So he only wants >> >> or prefers AMD. Do any of you experts on here know of the AMD >> >> equivalent in power and speed of an intel 8400 3.0Ghz processor???
>> >> Thanks in Advance
>> >Does it have to be dual core?
>> Yes!
>> >Do you want the equivant in price, gigahertz or processing power?
>> As I said in the post it has to have the same processign power... >> It simply has to be as close as possible to the 8400.
>AMD Phenom II X2 550 Black Edition Callisto >3.1GHz
>Probably as close as you're going to get with a >dual core.
"geoff" <nos...@nospam.com> wrote: >However, IMHO, software not specfically >written for multi-cores but is multi-threaded, as is a lot of software, >would still get a benefit from multiple cores (and not a slight or minor >one).
Maybe we computer users could get together and compile a list of programs that are multi-threaded and list how many threads they use. A list of programs that are NOT multi-threaded would also be useful. -- I don't understand why they make gourmet cat foods. I have known many cats in my life and none of them were gourmets. They were all gourmands!
I think most software is multi-threaded because usually the UI runs in one thread and other operations run in different, other threads (but there is one main process). It is done that way so the UI does not lock up when saving a file, for example, in notepad.
Testing one core with software that is not written for multi-cores, actually means testing a core with software that will not generate so many threads that another core is used via the OS's load balancing capability.
>On Tue, 27 Oct 2009 14:08:47 -0400 >Syfo-Dyas <Syfo-D...@nomail.com> wrote:
>> Hi,
>> A friend of mine has an intel cpu 8400 and I would like to know what >> is the closest AMD equivalent to that processor. Another friend wants >> the same or similar power and speed but hates intel. So he only wants >> or prefers AMD. Do any of you experts on here know of the AMD >> equivalent in power and speed of an intel 8400 3.0Ghz processor???
>> Thanks in Advance
>The closest performance match in a processor that is still widely >available is a Phenom II X3 720 (2.8GHz) which benchmarks slightly >better, even though it is slightly slower clock speed. Obviously the >extra core helps the Phenom II. But the interesting thing is, the >Phenom II X3 720 is significantly cheaper than an E8400. So if it's >E8400 performance you want, get a Phenom II X3 720 for less money. >Invest the savings in a better video card, perhaps? -Dave
Thanks just saw this setup. Although it is a quad how do you think it rates???