Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
27f3f38d
Commit
27f3f38d
authored
Feb 03, 2004
by
Jonathon Duerig
Browse files
Set up plotting scripts.
parent
42d43804
Changes
2
Hide whitespace changes
Inline
Side-by-side
tbsetup/ipassign/compile.sh
View file @
27f3f38d
...
...
@@ -20,6 +20,9 @@ g++ -O3 -o bin/routestat -L${EXTRA_LIB_PATH} tmp/routestat.o tmp/bitmath.o -lmet
g++
-O3
-o
bin/routecalc src/routecalc.cc
g++
-o
bin/difference src/difference.cc
g++
-o
bin/add-x src/add-x.cc
g++
-o
bin/inet2graph src/inet2graph.cc
-lm
g++
-o
bin/brite2graph src/brite2graph.cc
-lm
g++
-o
bin/top2graph src/top2graph.cc
-lm
...
...
tbsetup/ipassign/makeplot.sh
0 → 100644
View file @
27f3f38d
#!/bin/sh
bin/difference ideal.log candidate.log
sort
-n
ideal.log.absolute
bin/add-x < ideal.log.absolute
>
absolute.plot
sort
-n
ideal.log.relative
bin/add-x < ideal.log.relative
>
relative.plot
Write
Preview
Supports
Markdown
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