Skip to content

Rovanion/iozone-results-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iozone Result Comparator

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

Dependencies include scipy and matplotlib. These are installed on Debian/Ubuntu by running:

sudo apt-get install python-scipy python-matplotlib

Installation

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

Usage instructions can be found on the wiki pages. There is an overview and a Tutorial.

About

Tool for comparing outputs of iozone to each other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published