LilMatrixMisfit: Hardware Testing - feralcoder/shared GitHub Wiki

Up-Links

Top Level Public Wiki: feralcoder shared
feralcoder IT

Tutorials and intros, and other data useful to a certain type...
LilMatrixMisfit: Getting Started With Linux
LilMatrixMisfit: Start Coding
LilMatrixMisfit: MSI Z170A Gaming Rig
Servers: SkyLake KabyLake

Hardware Testing

Phoronix Test Suite

Massive multitude of system tests. Run from ubuntu / debian.

sudo wget http://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_9.8.0_all.deb
sudo apt install gdebi-core
sudo gdebi phoronix-test-suite_9.8.0_all.deb
phoronix-test-suite

https://wiki.ubuntu.com/PhoronixTestSuite

Sysbench

Benchmark CPU, memory, and throughput.

sudo apt install sysbench
sysbench cpu --threads=2 run

https://github.com/akopytov/sysbench#general-command-line-options

Stress-ng

Benchmark CPU, memory, IO throughput...

sudo apt install stress-ng
stress-ng --cpu 2

GTKStressTesting

Stress-ng with a GUI.

sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

RESTART SYSTEM

sudo flatpak install flathub com.leinardi.gst
flatpak run com.leinardi.gst
⚠️ **GitHub.com Fallback** ⚠️