Skip to content

Commit

Permalink
Update iperfudpclient.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Jan 31, 2015
1 parent 22aa06d commit 5be27d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagnostics/iperfudpclient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if [ -z "$1" ]; then
echo
echo usage: $0 [network-interface] [sendrate e.g. 1000m]
echo usage: $0 [network-interface] [sendrate e.g. 1000]
echo
echo e.g. $0 eth0
echo
Expand All @@ -13,4 +13,4 @@ if [ -z "$1" ]; then
fi

route add -host 239.255.1.3 $1
iperf -c 239.255.1.3 -u -b $2m -f m -i 5 -t 60
iperf -c 239.255.1.3 -u -b $2m -f m -i 5 -t 60

0 comments on commit 5be27d3

Please sign in to comment.