6 Network Performance Test

To test the throughput between the nodes, “Iperf3” is used.

Prepare a two-node setup and perform the test by running the following commands on the respective nodes.

Node 1: Server

Example: $ iperf3 -s -i 1 -p 5001

Node 2: Client

$ iperf3 -c <server-ip-addr> -u -b 10M -i 1 -p 5001

Example: iperf3 -c 192.168.10.12 -u -b 10M -i 1 -p 5001

Based on the test results, the maximum bandwidth achieved is 9.43 Mbps.