Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemu3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
nemu3
Commits
d39371dc
Commit
d39371dc
authored
Aug 13, 2010
by
Martín Ferrari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preliminary results
parent
4f7ad7af
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
705 additions
and
0 deletions
+705
-0
benchmarks/preliminar/comparison-bynodes.gnuplot
benchmarks/preliminar/comparison-bynodes.gnuplot
+13
-0
benchmarks/preliminar/comparison-bypkts.gnuplot
benchmarks/preliminar/comparison-bypkts.gnuplot
+13
-0
benchmarks/preliminar/linear-raw-throughput.txt
benchmarks/preliminar/linear-raw-throughput.txt
+261
-0
benchmarks/preliminar/results.txt
benchmarks/preliminar/results.txt
+418
-0
No files found.
benchmarks/preliminar/comparison-bynodes.gnuplot
0 → 100644
View file @
d39371dc
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
benchmarks/preliminar/comparison-bypkts.gnuplot
0 → 100644
View file @
d39371dc
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
benchmarks/preliminar/linear-raw-throughput.txt
0 → 100644
View file @
d39371dc
This diff is collapsed.
Click to expand it.
benchmarks/preliminar/results.txt
0 → 100644
View file @
d39371dc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment