Skip to content
Skip to content
Simple IT Blog

Just another WordPress site

← Observing Hyper-v Guest VM CPU Usage
How to Set up SSH Tunneling →
-->

Network speed testing method

Posted on March 19, 2020 by marslert

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.

This entry was posted in Uncategorized. Bookmark the <a href="https://www.marslert.com/2020/03/19/network-speed-testing-method/" title="Permalink to Network speed testing method" rel="bookmark">permalink</a>.
← Observing Hyper-v Guest VM CPU Usage
How to Set up SSH Tunneling →

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2021 | Blog info WordPress Theme | By Bharat Kambariya