I'm trying to create graphs with sysbench cumulative output, so that I can compare results of different benchmarks.
So far have been able to generate csv files with intermediate statistics using hooks in lua scripts. I'm not able to do the same with cumulative results, so I'm trying to do it by parsing the results with sed
and awk
, but it looks very time consuming.
Can anybody help me out with this? I'm using sysbench 1.0.20
thank you very much Gianluca