source: trunk/stitch-examples/PSC/doit @ 3438

Last change on this file since 3438 was 3436, checked in by lnevers@bbn.com, 7 years ago

adding stitching confirmation tests RSpecs

File size: 368 bytes
Line 
1#!/bin/sh
2echo "=============> 1 Client "
3/usr/bin/iperf -c 192.168.1.1 -t 60
4echo "=============> 5 Client "
5/usr/bin/iperf -c 192.168.1.1 -t 60 -P 5
6echo "=============> 10 Client "
7/usr/bin/iperf -c 192.168.1.1 -t 60 -P 10
8echo "=============> UDP Client "
9/usr/bin/iperf -c 192.168.1.1 -t 60 -u -b 100M
10echo "============> Ping remote"
11ping 192.168.1.1 -q -c 60
12
13
Note: See TracBrowser for help on using the repository browser.