[Nottingham] Network speed test

Rory Holland me at rory.sh
Mon Apr 14 10:40:34 UTC 2014


I think the protocol with the least overhead would be to pipe a file of
known size over netcat, and time how long it takes.

On one machine, run:

nc -v -l 2222 > /dev/null

(Make sure you’re not blocking connections to 2222!)

On a second machine, run:

dd if=/dev/zero bs=1024K count=512 | nc -v $IP_OF_FIRST_MACHINE 2222
 dd will give you your speed:

536870912 bytes (537 MB) copied, 4.87526 s, 117 MB/s

The above from here:
http://jbowes.wordpress.com/2010/10/13/measuring-network-speeds-with-netcat-and-dd/

Rory Holland <me at rory.sh>
More contact info: http://rory.sh


On 14 April 2014 11:07, T.J long thing <tall_long_thing at hotmail.com> wrote:

>  Thanks guys some nice ideas to try.
>
>  Martin thanks for the ftp idea i'd forgotten all about that system
> possibility.
>
>  I've also found lots of recommendations for totusoft lan speed test
> (lite) unfortunately only available for windows and mac os x. Also i've
> found you can download a mini version of ookla speedtest.net which can be
> uploaded to any web server which can run PHP, ASP.NET, ASP or JSP
>
>  Thanks
> Tom
>    *From: *Jason Irwin
> *Sent: *Monday, 14 April 2014 10:16
> *To: *Notts GNU/Linux Users Group
> *Reply To: *Notts GNU/Linux Users Group
> *Subject: *Re: [Nottingham] Network speed test
>
>  On 14/04/14 10:04, Martin wrote:
> > What do you do/use to check the speed of your networks?...
> > Run a quick dumb "scp" and a few pings to see what they report?
> >
> > Or something more meaningful?
> I've used iperf before.
>
>
> http://askubuntu.com/questions/7976/how-do-you-test-the-network-speed-betwen-two-boxes#7977
>
> --
> ╔═════════════╦══════════════════════════════════════════╗
> ║ Jason Irwin ║ OpenPGP (GPG/PGP) Public Key: 0xD0C592B1 ║
> ║             ║ Import from hkp://subkeys.pgp.net> ╚═════════════╩══════════════════════════════════════════╝
>
> _______________________________________________
> Nottingham mailing list
> Nottingham at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/nottingham
>
> _______________________________________________
> Nottingham mailing list
> Nottingham at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/nottingham
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.lug.org.uk/pipermail/nottingham/attachments/20140414/0edc5a48/attachment-0001.html>


More information about the Nottingham mailing list