33

I want to test my hardware function and find errors.

Is there any System Testing tool available for Ubuntu ?

Varun
  • 525

3 Answers3

18

Try

System Testing

System Testing, can test your system and submit results to the Ubuntu Friendly project.

You have to manually participate for the test.

To install, just click System Testing Install comixcursors-lefthanded

Can also install with :

sudo apt-get install checkbox-gui

enter image description here

Mitch
  • 109,787
8

hw-probe

Try hw-probe tool on your host with a Docker image or

sudo snap install hw-probe

The probe includes outputs of several Linux diagnostics tools (smartctl, memtester, etc.), hardware listers (hwinfo, dmidecode, biosdecode, etc.) and system logs (Xorg.log, dmesg, etc.).

Probe example: https://linux-hardware.org/?probe=0b29192f95

screenshot

I'm the author of this project, so feel free to ask any questions in comments!

Pablo Bianchi
  • 17,371
7

Phoronix Test suite

You can use Phoronix Test suite. It is best testing Utility for Linux Systems.

It is having a Dash icon. But runs in terminal. Takes few hours to run a comprehensive test. Finally gives a report.

Install via the software center

Or:

sudo apt install phoronix-test-suite

screenshot

Pablo Bianchi
  • 17,371