#set terminal png transparent nocrop enhanced font arial 8 size 420,320 set terminal png nocrop enhanced font arial 8 size 420,320 #set output 'hist.png' set boxwidth 0.7 absolute set style fill solid 1.00 border -1 #set style histogram clustered gap 1 title offset character 0, 0, 0 set datafile missing '-' #set style data histograms #set xtics border in scale 1,0.5 set ylabel "kpps" set xtics ("eth0" 0, "eth1" 1, "eth2" 2, "eth3" 3, "eth4" 4, "eth5" 5, "eth6" 6, "eth7" 7) set title "64 bytes packets TX performance\nThings needs to be investigated...\nCPU limitation?" #set yrange [ eth0 : eth7 ] noreverse nowriteback plot'100126.dma.64-8.dat' using 2 with boxes; pause -1