set title "Iozone performance: freread" #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-freread.png" plot "2d-gstripe_64k.dat" using 1:15 title "gstripe_64k.dat" with lines, "2d-zfs_no-prefetch_pjd-vm_kern-fix.dat" using 1:15 title "zfs_no-prefetch_pjd-vm_kern-fix.dat" with lines, "2d-zfs_prefetch.dat" using 1:15 title "zfs_prefetch.dat" with lines, "2d-zfs_prefetch_arc32MB.dat" using 1:15 title "zfs_prefetch_arc32MB.dat" with lines, "2d-zfs_prefetch_pjd-vm_kern-fix.dat" using 1:15 title "zfs_prefetch_pjd-vm_kern-fix.dat" with lines