Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

unikernels / bin / network / iperf-client
7 files
README.md

iperf client#

iperf3 client unikernel

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.