set term pbm color small #set term png set output "110118.pbm" #set timefmt "%Y-%m-%d %H:%M:%S" #set format x "%y%m%d\n%H:%M" #set format x "%y%m%d" #set missing "85.00" #set time set title "Pktgen Packet performance with different CPU cores\n Using AMD 6041 with Intel 82599 close to Cores 8-15\n System has 4 physical CPU's with 8 cores each" #set format x "%m%d" #set xdata time set yrange [ "2.5" : "4.5" ] noreverse nowriteback set ylabel "Mpps" set xlabel "CPU Core" set xrange [ "0" : "32"] set xtics -1, 4, 31 plot \ "110118.f4" using 3:($4==0 ? $6/1000000: 1/0) title "Memory Node 0" with line 0 0, \ "110118.f4" using 3:($4==1 ? $6/1000000: 1/0) title "Memory Node 1" with line 1 1, \ "110118.f4" using 3:($4==2 ? $6/1000000: 1/0) title "Memory Node 2" with line 2 2, \ "110118.f4" using 3:($4==3 ? $6/1000000: 1/0) title "Memory Node 3" with line 3 3, \ "110118.f4" using 3:($4==4 ? $6/1000000: 1/0) title "Memory Node 4" with line 4 4, \ "110118.f4" using 3:($4==5 ? $6/1000000: 1/0) title "Memory Node 5" with line 5 5, \ "110118.f4" using 3:($4==6 ? $6/1000000: 1/0) title "Memory Node 6" with line 6 6, \ "110118.f4" using 3:($4==7 ? $6/1000000: 1/0) title "Memory Node 7" with line 7 7, \ "cores.dat" using 1:2 notitle with impulses 0 0;