Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
e1efdccc
Commit
e1efdccc
authored
Aug 03, 2007
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to use filter for smaller tcpdump output.
parent
4dec1064
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pelab/bw-bottleneck/run-client.sh
pelab/bw-bottleneck/run-client.sh
+1
-1
pelab/bw-bottleneck/run-server.sh
pelab/bw-bottleneck/run-server.sh
+1
-1
No files found.
pelab/bw-bottleneck/run-client.sh
View file @
e1efdccc
...
...
@@ -2,6 +2,6 @@
# Usage: run-client.sh <dest1-ip> <dest2-ip> <port> <base-path> <output-file> <duration>
sudo
/usr/sbin/tcpdump
-i
vnet dst port
$3
>
/local/logs/
$5
&
sudo
/usr/sbin/tcpdump
-n
-tt
-i
vnet dst port
$3
| perl
$4
/glean.pl
>
/local/logs/
$5
&
$4
/iperf
-c
$1
-p
$3
-t
$6
&
$4
/iperf
-c
$2
-p
$3
-t
$6
pelab/bw-bottleneck/run-server.sh
View file @
e1efdccc
...
...
@@ -2,5 +2,5 @@
# Usage: run-server.sh <port> <base-path> <output-file>
sudo
/usr/sbin/tcpdump
-i
vnet dst port
$1
>
/local/logs/
$3
&
sudo
/usr/sbin/tcpdump
-n
-tt
-i
vnet dst port
$1
| perl
$2
/glean.pl
>
/local/logs/
$3
&
$2
/iperf
-s
-p
$1
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