set term png small color set out 'big-read.cpu.png' set data style linespoints # set key left set title "CPU Usage vs. File Size" set xlabel "File Size (Bytes)" set ylabel "percent cpu usage" set yrange [0:] plot "big-read.cpu.nullcall.dat" using 1:6 title "null call", \ "big-read.cpu.getattr.dat" using 1:6 title "getattr", \ "big-read.cpu.read.dat" using 1:6 title "nfs read"