set title "Iozone performance: frewrite" 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 lines set dgrid3d 80,80,3 #set terminal png small picsize 900 700 set terminal png small size 900 700 set output "frewrite.png" splot "gstripe_64k.dat" using 1:2:13 title "gstripe_64k.dat", "zfs_no-prefetch_pjd-vm_kern-fix.dat" using 1:2:13 title "zfs_no-prefetch_pjd-vm_kern-fix.dat", "zfs_prefetch.dat" using 1:2:13 title "zfs_prefetch.dat", "zfs_prefetch_arc32MB.dat" using 1:2:13 title "zfs_prefetch_arc32MB.dat", "zfs_prefetch_pjd-vm_kern-fix.dat" using 1:2:13 title "zfs_prefetch_pjd-vm_kern-fix.dat"