set title "Iozone performance: frewrite 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-frewrite.png" plot "2d-gstripe_64k+ufs2.dat" using 1:13 title "gstripe_64k+ufs2.dat" with linespoints, "2d-zfs.dat" using 1:13 title "zfs.dat" with linespoints, "2d-zfs_over_gstripe.dat" using 1:13 title "zfs_over_gstripe.dat" with linespoints, "2d-zvol+ufs2.dat" using 1:13 title "zvol+ufs2.dat" with linespoints