Start server on one machine using:
iperf -s -i 1
-ispecifies the interval at which the output is specified-sspecified to start server
Start client on another machine using:
iperf -c <ip_address_of_server> -i 1 -t 60
-cspecifies to start client instance-ttime for which to run the test for