set title "Iozone performance: strideread" set grid lt 2 lw 1 set surface set parametric set xtics set ytics set logscale x 2 set logscale y 2 set autoscale z set xrange [2.**5:2.**24] set xlabel "File size in KBytes" set ylabel "Record size in Kbytes" set zlabel "Kbytes/sec" set data style linespoints set dgrid3d 80,80,3 #set terminal png small picsize 900 700 set terminal png small size 900 700 set output "strideread.png" splot "gstripe_64k+ufs2.dat" using 1:2:11 title "gstripe_64k+ufs2.dat", "gstripe_64k+ufs2+gjournal+async.dat" using 1:2:11 title "gstripe_64k+ufs2+gjournal+async.dat", "zfs.dat" using 1:2:11 title "zfs.dat", "zfs_over_gstripe.dat" using 1:2:11 title "zfs_over_gstripe.dat", "zvol+ufs2.dat" using 1:2:11 title "zvol+ufs2.dat"