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