Iozone-results-comparator is a Python 2 application for analysing results of the IOzone Filesystem Benchmark.
It takes two or more sets of Iozone results as the input and compares them using various statistical methods. Primary output is a HTML page with tables and plots. Tab delimited output for further processing is also produced.
Dependencies include scipy and matplotlib. These are installed on Debian/Ubuntu by running:
sudo apt-get install python-scipy python-matplotlib
To install from source run the following:
git clone https://github.com/Rovanion/iozone-result-comparator.git
cd iozone-result-comparator
sudo pip install -r requirements.txt
sudo pip install .
If you didn't install the dependencies from your distributions package manager the above lines will install them from pip instead.
Usage instructions can be found on the wiki pages. There is an overview and a Tutorial.