
set title "Iozone performance: recrewrite"
#set terminal png small picsize 450 350
set terminal png small size 450 350
set logscale x
set xlabel "File size in KBytes"
set ylabel "Kbytes/sec"
set output "2d-recrewrite.png"
plot "2d-iozone.dat" using 1:10 title "iozone.dat" with lines
