Linux Stress/Torture Testing and Benchmarking Scripts
Copyright © 2018 Teal Dulcet
Downloads, sets up and runs Prime95.
wget https://raw.github.com/tdulcet/Testing-and-Benchmarking-Scripts/master/mprime.sh -qO - | bash -s -- <Type of torture test>
To run Prime95 for Distributed Computing, see the Distributed Computing scripts.
Downloads, installs, sets up and runs the Phoronix Test Suite.
wget https://raw.github.com/tdulcet/Testing-and-Benchmarking-Scripts/master/phoronix.sh -qO - | bash -s -- <Benchmark Test(s) or Suite(s)>
These scripts should work on Ubuntu, Debian and any Linux distribution that can use the apt package manager.
Pull requests welcome!