Commit d39371dc authored by Martín Ferrari's avatar Martín Ferrari

Preliminary results

parent 4f7ad7af
set terminal postscript colour enhanced landscape lw 1 10
set key box left top width 1 title 'Test run'
set xlabel 'Number of namespaces'
set ylabel 'Processing cost per packet (10E-6 sec)'
set title 'Comparison of the different methods @1000b packets'
set xrange [0:35]
plot \
'resultados-mathieu.txt' index 0 every 8::1 using 2:3 title "posixuser-ns3kernel" with linespoints, \
'resultados-mathieu.txt' index 1 every 8::1 using 2:3 title "ns3user-ns3kernel" with linespoints, \
'resultados-mathieu.txt' index 2 every 8::1 using 2:3 title "posixuser-linuxkernel-small" with linespoints, \
'resultados-mathieu.txt' index 3 every 13::11 using 1:($10/$3) title "netns" with linespoints, \
'resultados-mathieu.txt' index 4 every 13::11 using 1:($10/$3) title "netns+bridging" with linespoints
set terminal postscript colour enhanced landscape lw 1 10
set key box left top width 1 title 'Test run'
set xlabel 'Payload size (UDP packet)'
set ylabel 'Processing cost per packet (10E-6 sec)'
set title 'Comparison of the different methods w/4 nodes'
set xrange [0:1500]
plot \
'resultados-mathieu.txt' index 0 every ::24::31 using 1:3 title "posixuser-ns3kernel" with linespoints, \
'resultados-mathieu.txt' index 1 every ::24::31 using 1:3 title "ns3user-ns3kernel" with linespoints, \
'resultados-mathieu.txt' index 2 every ::24::31 using 1:3 title "posixuser-linuxkernel-small" with linespoints, \
'resultados-mathieu.txt' index 3 every ::39::51 using ($4-42):($10/$3) title "netns" with linespoints, \
'resultados-mathieu.txt' index 4 every ::39::51 using ($4-42):($10/$3) title "netns+bridging" with linespoints
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment