Skip to content

googleintern/hardwaretester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hardware Tester

simple lightweight hardware tester for Linux written in Bash. can run diagnostics on ram, cpu, ssd, and motherboard.

before installation, you must install the required libraries:

sudo apt update
sudo apt install sudo apt install stress stress-ng memtester fio dmidecode

note: you can install stress or stress-ng, whichever you prefer

run

to run the script from the terminal, simply make the htest.sh file executable:

chmod +x ./htest.sh
./htest.sh

About

bash script for testing hardware (RAM, CPU, SSD, motherboard) on any Linux distro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages