set title "Iozone performance: recrewrite 4 KB" #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-gstripe_64k+ufs2.dat" using 1:10 title "gstripe_64k+ufs2.dat" with linespoints, "2d-zfs.dat" using 1:10 title "zfs.dat" with linespoints, "2d-zfs_over_gstripe.dat" using 1:10 title "zfs_over_gstripe.dat" with linespoints, "2d-zvol+ufs2.dat" using 1:10 title "zvol+ufs2.dat" with linespoints