up vote 5 down vote favorite
1
share [g+] share [fb]

I'm looking for a test suite that can test as many aspects of the hardware as possible.

I already know about fsck and badblocks.

link|improve this question

53% accept rate
feedback

5 Answers

You can use memtest86 to test your memory, it get's installed as default with ubuntu or is available from http://www.memtest86.com/ it runs outside of the OS since it needs to test without much loaded in memory. For stress testing the CPU use prime95 from http://www.mersenne.org/freesoft/

link|improve this answer
feedback

Phoronix Test Suite, http://www.phoronix-test-suite.com/

link|improve this answer
feedback

You can use smartmontools to test the health of your hard disk drives. It reads the SMART values (monitored inside the HDD) and allows to detect slightly degrading drives before they really produce heavy problems.

link|improve this answer
feedback

Take a look at the LBS utilities. It is a collection of programs for Linux benchmarking.

link|improve this answer
feedback

http://www.f-secure.com/linux-weblog/2009/09/22/rescue-cd-311/

Check out F-secure. Some basics:

  • virus-scanning
  • Data / partition handling

It is a live cd which boots and offers you a wide variety of tools to diagnose and solve...

link|improve this answer
F-secure's tools are not related to Hardware testing. – HaydnWVN Nov 29 '11 at 10:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.