Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
e5a85c34
Commit
e5a85c34
authored
Sep 17, 2007
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quick script for Kevin. Runs gather-dest.pl on every node (later will run Pramod's UDP stuff).
parent
ee861233
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
pelab/bw-bottleneck/get-all-bw.pl
pelab/bw-bottleneck/get-all-bw.pl
+16
-0
No files found.
pelab/bw-bottleneck/get-all-bw.pl
0 → 100644
View file @
e5a85c34
#!/usr/bin/perl
if
(
$ARGV
!=
4
)
{
die
("
Usage: get-all-bw.pl <pid> <eid> <node-count> <duration>
");
}
$pid
=
$ARGV
[
0
];
$eid
=
$ARGV
[
1
];
$nodeCount
=
$ARGV
[
2
];
$duration
=
$ARGV
[
3
];
for
(
$i
=
1
;
$i
<=
$nodeCount
;
++
$i
)
{
system
("
perl gather-dest.pl
$pid
$eid
$nodeCount
$i
$duration
");
}
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