Hi, During the last two days I've tried to use fio to measure IOPS of some specific equipment plus generate some fancy graph to represent. I've checked the example files and also googled everything, but I can't find a working solution I've used several example .fio files, it's generating logs, but when I try to generate interpretation I'm getting various error messages from gnuplot. The latest one is this: [vlad@tohuvabohu fio]$ fio2gnuplot -p tiobench 1 files Selected with pattern 'tiobench' |-> tiobench Traceback (most recent call last): File "/usr/bin/fio2gnuplot", line 517, in <module> sys.exit(main(sys.argv)) File "/usr/bin/fio2gnuplot", line 495, in main blk_size=compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir,min_time,max_time) File "/usr/bin/fio2gnuplot", line 196, in compute_temp_file time, perf, x, block_size = line[1] ValueError: too many values to unpack I'm using fedora20 --------- Basically I have two quesrtions, what is the best job definition for basic IOPS measurement like this Measurement Description Total IOPS Total number of I/O operations per second (when performing a mix of read and write tests) Random Read IOPS Average number of random read I/O operations per second Random Write IOPS Average number of random write I/O operations per second Sequential Read IOPS Average number of sequential read I/O operations per second Sequential Write IOPS Average number of sequential write I/O operations per second ------- even more important, how can I generate graphs from the data collected? Thank you Vlad -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html