bon-csvAvg

calculate the average of a number of bonnie++ test


Keywords
bonnie
License
AGPL-3.0
Install
pip install bon-csvAvg==0.2

Documentation

bon_csvAvg

A little script that calculates the average of a number of eqal bonnie++ tests. It is probably far from complete and I've just tested it with some of my recent results.

Installation

pip install bon-csvAvg

Usage

bonnie++ ... | bon_csvAvg.py | bon_csv2html > your_bonnie_result.html
# or
bon_csvAvg.py your_bonnie_result.csv | bon_csv2html > your_bonnie_result.html

The script will try to average all results with the same name (bonnie++ -m "foobar" ...) and will only output lines that have been calculated (e.g lines with names occurring only one won't be printed). Columns that could not be calculated will be printed as "yyyyy" (borrowing from bonnies "+++++" columns).