<div dir="ltr"><div>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.<br><br><p>On one machine, run:<br>
<code><br>
nc -v -l 2222 > /dev/null<br>
</code></p>
<p>(Make sure you’re not blocking connections to 2222!)</p>
<p>On a second machine, run:<br>
<code><br>
dd if=/dev/zero bs=1024K count=512 | nc -v $IP_OF_FIRST_MACHINE 2222<br>
</code></p>
dd will give you your speed:<br>
<code><br>
536870912 bytes (537 MB) copied, 4.87526 s, 117 MB/s</code><br><br></div>The above from here: <a href="http://jbowes.wordpress.com/2010/10/13/measuring-network-speeds-with-netcat-and-dd/">http://jbowes.wordpress.com/2010/10/13/measuring-network-speeds-with-netcat-and-dd/</a><br>

</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div>Rory Holland <me@rory.sh><br></div>More contact info: <a href="http://rory.sh" target="_blank">http://rory.sh</a><br></div></div>
<br><br><div class="gmail_quote">On 14 April 2014 11:07, T.J long thing <span dir="ltr"><<a href="mailto:tall_long_thing@hotmail.com" target="_blank">tall_long_thing@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div style="line-height:initial">
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;width:100%;font-family:Calibri,'Slate Pro',sans-serif">
Thanks guys some nice ideas to try. </div>
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;width:100%;font-family:Calibri,'Slate Pro',sans-serif">
<br>
</div>
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;width:100%;font-family:Calibri,'Slate Pro',sans-serif">
Martin thanks for the ftp idea i'd forgotten all about that system possibility.</div>
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;width:100%;font-family:Calibri,'Slate Pro',sans-serif">
<br>
</div>
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;width:100%;font-family:Calibri,'Slate Pro',sans-serif">
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 <a href="http://speedtest.net" target="_blank">speedtest.net</a> which can be uploaded to any web server<span style="font-size:initial;text-align:initial;line-height:initial"> which
 can run PHP, <a href="http://ASP.NET" target="_blank">ASP.NET</a>, ASP or JSP</span></div>
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;width:100%;font-family:Calibri,'Slate Pro',sans-serif">
<br style="display:initial">
</div>
<div style="text-align:initial;color:rgb(31,73,125);font-size:initial;font-family:Calibri,'Slate Pro',sans-serif">
Thanks<br>
Tom</div>
<table style="border-spacing:0px" width="100%">
<tbody>
<tr>
<td colspan="2" style="text-align:initial;font-size:initial">
<div style="border-style:solid none none;border-top-color:rgb(181,196,223);border-top-width:1pt;padding:3pt 0in 0in;font-family:Tahoma,'BB Alpha Sans','Slate Pro';font-size:10pt">
<div><b>From: </b>Jason Irwin</div>
<div><b>Sent: </b>Monday, 14 April 2014 10:16</div>
<div><b>To: </b>Notts GNU/Linux Users Group</div>
<div><b>Reply To: </b>Notts GNU/Linux Users Group</div>
<div><b>Subject: </b>Re: [Nottingham] Network speed test</div>
</div>
</td>
</tr>
</tbody>
</table><div><div class="h5">
<div style="border-top-color:rgb(186,188,209);text-align:initial;font-size:initial;border-style:solid none none;border-top-width:1pt">
</div>
<br>
<div>
<div>On 14/04/14 10:04, Martin wrote:<br>
> What do you do/use to check the speed of your networks?...<br>
> Run a quick dumb "scp" and a few pings to see what they report?<br>
> <br>
> Or something more meaningful?<br>
I've used iperf before.<br>
<br>
<a href="http://askubuntu.com/questions/7976/how-do-you-test-the-network-speed-betwen-two-boxes#7977" target="_blank">http://askubuntu.com/questions/7976/how-do-you-test-the-network-speed-betwen-two-boxes#7977</a><br>
<br>
-- <br>
╔═════════════╦══════════════════════════════════════════╗<br>
║ Jason Irwin ║ OpenPGP (GPG/PGP) Public Key: 0xD0C592B1 ║<br>
║             ║ Import from hkp://<a href="http://subkeys.pgp.net" target="_blank">subkeys.pgp.net</a>        ║<br>
╚═════════════╩══════════════════════════════════════════╝<br>
<br>
_______________________________________________<br>
Nottingham mailing list<br>
<a href="mailto:Nottingham@mailman.lug.org.uk" target="_blank">Nottingham@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a></div>
</div>
</div></div></div>

<br>_______________________________________________<br>
Nottingham mailing list<br>
<a href="mailto:Nottingham@mailman.lug.org.uk">Nottingham@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/nottingham" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/nottingham</a><br></blockquote></div><br></div>