iperf client#

An iperf3-compatible client running over the unikernel's TCP stack. It measures
forward and reverse throughput against any stock iperf3 server, using the same
control protocol and parallel TCP streams as iperf3 -c.
iperf3 -s
unikernel-iperf-client --ipv4-gateway 10.0.0.1 --host 127.0.0.1
Use --time, --parallel, --host, and --port to select the workload. Each
invocation measures both directions so receive-path and transmit-path changes
can be compared from the same guest.