]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/tests/timing/fwp-timing.gnuplot
Merge branch 'master' of rtime.felk.cvut.cz:frescor/fwp
[frescor/fwp.git] / fwp / tests / timing / fwp-timing.gnuplot
1 set key top left
2 set xlabel "Number of simultaneous streams"
3 set ylabel "Time [ms]
4 set yrange [0:]
5 set y2range [0:100]
6 set y2label "Packet loss [%]
7 set y2tics
8 set grid
9
10 plot "./fwp-timing.dat" using 1:2 title "Maximal delay [ms]" with lp,\
11      "./fwp-timing.dat" using 1:4 title "95th percentile [ms]" with lp,\
12      "./fwp-timing.dat" using 1:5 title "99th percentile [ms]" with lp,\
13      "./fwp-timing.dat" using 1:3 title "Packet loss [%]" with lp axis x1y2