install iperf
this is a client-server application to get the speedtest of your connection among client and server. It use to local / particular network speedtest.on server
sudo apt-get install iperf
sudo iperf -s
on client
sudo apt-get install iperf
sudo iperf -c server_ip
see the video here
install speedtest-cli
its console tool to measure your internet connection. you can use it to test your ssh server internet speed, it is needed when you plan to use your server as fast vpn server, or ssh tunneling server.
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
./speedtest-cli
The real case of these tools usage is speedtest tunneling.
..show all:.
.
install iperf
this is a client-server application to get the speedtest of your connection among client and server. It use to local / particular network speedtest.on server
sudo apt-get install iperf
sudo iperf -s
on client
sudo apt-get install iperf
sudo iperf -c server_ip
see the video here
install speedtest-cli
its console tool to measure your internet connection. you can use it to test your ssh server internet speed, it is needed when you plan to use your server as fast vpn server, or ssh tunneling server.
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
./speedtest-cli
The real case of these tools usage is speedtest tunneling.
Nice sharing for increasing the internet speed.If you need to check your internet uploading and downloading speed in both MBps and Mbps visit the site Scanmyspeed.com .
ReplyDelete