]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/tests/timing/fwp-timing.gnuplot
fwp-timing: Final version and a simple gnuplot script
[frescor/fwp.git] / fwp / tests / timing / fwp-timing.gnuplot
diff --git a/fwp/tests/timing/fwp-timing.gnuplot b/fwp/tests/timing/fwp-timing.gnuplot
new file mode 100644 (file)
index 0000000..721a050
--- /dev/null
@@ -0,0 +1,11 @@
+set xlabel "Number of simultaneous streams"
+set ylabel "Time [ms]
+set yrange [0:]
+set y2range [0:100]
+set y2label "Packet loss [%]
+set y2tics
+set grid
+
+plot "./fwp-timing.dat" using 1:2 title "Maximal delay [ms]" with lp,\
+     "./fwp-timing.dat" using 1:4 title "90% [ms]" with lp,\
+     "./fwp-timing.dat" using 1:3 title "Packet loss [%]" with lp axis x1y2