View previous topic :: View next topic |
Author |
Message |
cpakkala Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Dec 2004 Posts: 154
|
Posted: Thu Nov 20, 2008 5:35 pm Post subject: Recommended cpu test software? |
|
|
Does anyone know of a program (preferably in portage) which tests the functionality of each core on multicore cpus? I don't want a benchmark, but rather a complete test which ensures proper functioning of each core. I suspect one of my cores is bad, but I don't know how to prove it. Any suggestions will be greatly appreciated. Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Naib Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/10548223558c42f2887453.jpg)
Joined: 21 May 2004 Posts: 6069 Location: Removed by Neddy
|
Posted: Thu Nov 20, 2008 7:41 pm Post subject: |
|
|
app-benchmarks/cpuburn _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cpakkala Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Dec 2004 Posts: 154
|
Posted: Thu Nov 20, 2008 10:24 pm Post subject: |
|
|
Naib wrote: | app-benchmarks/cpuburn |
Thanks, but cpuburn doesn't do a thorough testing of the cpu features. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
platojones Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/21016147504bef78082c100.jpg)
Joined: 23 Oct 2002 Posts: 1602 Location: Just over the horizon
|
Posted: Fri Nov 21, 2008 12:25 am Post subject: |
|
|
cpakkala wrote: | Naib wrote: | app-benchmarks/cpuburn |
Thanks, but cpuburn doesn't do a thorough testing of the cpu features. |
It's not in portage but Prime95 (or as the linux version is called, mprime) is considered one of the standard CPU stability test apps. You need to let it run for about 18 hours with no errors before you should feel very confident about the stability of your CPU though...
The precompiled binaries the provide work find on my system:
http://www.mersenne.org/freesoft/#upgradeusers
It is a command line only app. Just unpack it, and run the test like this
Tells it to run in test mode and run on all 4 cores (I have a quad core system). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|