
Option 1: Using speedtest-cli
First you lot necessitate to install python-pip package
apt-get install python-pip
Next you lot install speedtest-cli via pip.
pip install speedtest-cli
and hold upwards you lot just merely run speedtest-cli ascendancy inward your terminal
Option 2: Using wget
To purpose it just signal to a file inward network that is relatively bigger then that you lot tin become a improve guess of it.
For example
typing: wget http://hostve.com/neobuntu/pics/Ubu1.avi would initiatory of all to download the Ubu1.avi file in addition to demo at what speed it is downloading.
Of course of written report in that place are several recommendations:
- Speed examine yourself amongst skilful servers. In the representative of my link the speed is less than 200KB then if you lot convey a higher speed, the server volition live the bottleneck for you, non your actual speed.
- The highest speed you lot volition run across is the maximum speed that your connectedness in addition to the server’s connectedness tin offer. If your connectedness is 512KB in addition to the house where you lot are downloading is 400KB, your max connectedness volition live 400KB because it is the max for the server you lot are downloading from.
- You necessitate to produce the examine at to the lowest degree five times to convey a reliable speed banking concern gibe or at to the lowest degree produce it for a infinitesimal or two. This volition aid you lot convey a to a greater extent than accurate check.
- You necessitate to convey at to the lowest degree four or five unlike testing sources to convey a to a greater extent than accurate speed. Never examine exclusively from the same site every bit this tin live affected yesteryear your distance to it, whatever work inward the server in addition to the connections to it, etc. Always examine from unlike servers.
Option 3: Using aria2
This is an option to wget. The downside of wget is the lack of parallel connections. To purpose aria2 nosotros fist necessitate to download it:
apt-get install aria2
To purpose it is simple:
In the image, the -x 4 is how many parallel connections nosotros want to use. The CN parameter inward the side yesteryear side work shows how many active parallel connections were permitted to download from that site. In this representative CN is 4. But if nosotros tried to convey to a greater extent than connections nosotros would become something similar this:
We gear upwards 8 parallel connections but the site exclusively allowed a maximum of five every bit shown yesteryear CN:5. This could live solved yesteryear the -j choice which tells aria2c the maximum concurrent connections nosotros desire (Which yesteryear default is 5) but if the server has express this, -j volition non work.
Conclusion
I idea doing it from ascendancy work (no GUI = less junk) would brand my connectedness run faster. I was wrong. I did a Speedtest from GUI from the same server in addition to it gave me 65Mb/s instead of 55Mb/s. It was genuinely surprising to me. Not certain what to brand of that upshot but I volition locomote out it to the readers.
As for these 3 methods, for sure there’s many more. If you lot constitute whatever item methods useful, produce permit me know via comment section. Thanks for reading. If you’ve constitute it useful, portion RT.


