Ethernet Interface
ROCK 2A provides a Gigabit Ethernet port.
Network Port Speed Test
- Install the iperf3 tool:
sudo apt-get install iperf3
- Run the following command on the server side:
iperf -s
- Testing the Speed
- Test upload speed
iperf3 -c server-ip -t 60
- Test download speed
iperf3 -c server-ip -t 60 -R