M HYPE SPLASH
// news

System Testing tool for Ubuntu

By John Peck

I want to test my hardware function and find errors.

Is there any System Testing tool available for Ubuntu ?

0

3 Answers

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

7

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:

screenshot

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

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

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy