top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to accurately test internet speed on Linux?

0 votes
653 views

Is there a accurate way of truly testing what upload and download speeds I'm getting?

posted Jul 10, 2014 by Deepankar Dubey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

3 Answers

+1 vote

try http://www.speedtest.net/ . But if you have a remote server, you can do it yourself pretty easily with the ttcp command.

Steps to Install ttcp -

$ yum install ttcp
or 
$ apt-get install ttcp 

Then run it with -r for receive mode on one system and -t for transmit mode on the other end.

answer Jul 10, 2014 by Ramakrishnan
Very useful tools, especially while at hotspot cafes. Are there any free public servers for ttcp and iperf?
0 votes

Try this tool for Linux https://iperf.fr

You can also try http://speedof.me which is a HTML5 Internet speed test (No Flash or Java needed)

answer Jul 10, 2014 by Satish Mishra
0 votes

Hi if you want check your internet speed you can visit this site Scanmyspeed.com here you can easily check out internet speed.

answer Aug 19, 2014 by Joe Jas
Similar Questions
+2 votes

Right now i am working on rails 3 . Is there any possible way to increase the css and js file loading speed (with out asset). please help me

+1 vote

What is the speed of LTE, TD-LTE and Advanced LTE under different conditions.

+1 vote

What’s the ideal speed for a site to load a web page. I am working for a website and its showing Very Slow (3.519 Seconds) 84% of sites are faster then this?

+3 votes

When I configure my google test framework for a 32 bit machine, I can run all my test cases successfully with no unpredictable behavior. But when I configure it for a 64 bit machine & run my test cases, it gives severe & abrupt crashes. It crashes in places where it is not supposed to. I tried debugging the issue but was out of my depths. I am not sure if there is a problem while configuring the google test framework for 64 bit or maybe it does not support 64 bit. Any help would be appreciated. Please feel free to get in touch if any clarity is required regarding the query I have shared.
Note : The same code base works perfect on a 32 bit machine.

...