diff options
Diffstat (limited to '')
-rwxr-xr-x | t/t16_udp_histograms.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/t/t16_udp_histograms.sh b/t/t16_udp_histograms.sh new file mode 100755 index 0000000..a23e072 --- /dev/null +++ b/t/t16_udp_histograms.sh @@ -0,0 +1,13 @@ +#!/bin/bash -e +. $(dirname $0)/base.sh + +# usage: +# run_iperf -s server args -c client args +# +# client args should contain $ip or -V $ip6 +# results returned in $results + +run_iperf \ + -match "T8(f)-PDF:" \ + -s -P 1 -u -i 1 -t 3 --histograms \ + -c $ip -P 1 -u -b 10m -i 1 -t 2 --trip-times |