Linux Stress/Torture Testing and Benchmarking Scripts
Copyright © 2018 Teal Dulcet
❤️ Please visit tealdulcet.com to support these scripts and my other software development.
Downloads, sets up and runs Prime95.
wget -qO - https://raw.github.com/tdulcet/Testing-and-Benchmarking-Scripts/master/mprime.sh | bash -s -- <Type of torture test>
To run Prime95 for Distributed Computing, see the Distributed Computing scripts.
Also see the Benchmarking Tool.
Downloads, installs, sets up and runs the Phoronix Test Suite.
wget -qO - https://raw.github.com/tdulcet/Testing-and-Benchmarking-Scripts/master/phoronix.sh | 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!