2-13
Chapter 2 Overview
Redline Communications Inc. Confidential and Proprietary
Start > Programs > Accessories > Command Prompt
Step 2
In the console window enter the command to start the server:
iperf -s
Step 3
Open a console window on the second computer connected to the sector controller:
Start > Programs > Accessories > Command Prompt
Step 4
In the console window enter the command to start the client and run the test:
iperf -c <ip_address> -i 5 -t 60 -w 64k
Uplink TCP Throughput
For this test, the computer connected to the subscriber unit is configured as the client.
Step 1
Open a console window on the computer behind the subscriber unit:
Start > Programs > Accessories > Command Prompt
Step 2
In the console window enter the command to start the server:
iperf -s
Step 3
Open a console window on the second computer connected to the sector controller:
Start > Programs > Accessories > Command Prompt
Step 4
In the console window enter the command to start the client and run the test:
iperf -c <ip_address> -i 5 -t 60 -w 64k
Bi-directional UDP Throughput
For this test, it does not matter which computer is configured as the server.
Step 1
Open a console window on the computer behind the subscriber unit:
Start > Programs > Accessories > Command Prompt
Step 2
In the console window enter the command to start the server:
iperf -s -u
Step 3
Open a console window on the second computer connected to the sector controller:
Start > Programs > Accessories > Command Prompt
Step 4
In the console window enter the command to start the client and run the test:
iperf -c <ip_address> -u -b <rate> -i -t 60 -d