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