1. speedtest-cli or https://www.speedtest.net/
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py ; chmod +x speedtest.py
./speedtest.py

2. iperf3
Download at https://iperf.fr/iperf-download.php.
Can test the network connectivity speed in between 2 host or source/destination.
Server command
iperf3 -s
Client command
iperf3 -c x.x.x.x -V -t 10
Replace x.x.x.x with server IP
Based on above test, the connection bandwidth speed in between these 2 host can hit up to 50Mbps.