Re: Some idea - need help.
  Home FAQ Contact Sign in
perl.beginners only
 
Advanced search
POPULAR GROUPS

more...

perl.beginners Profile…
 Up
Re: Some idea - need help.         


Author: Yitzle
Date: Nov 22, 2007 11:14

Find a really fast local server. Kill all other connections to the net.
Time how long it takes to download a file. eg
time wget http://file
Divide file size by time.

There are websites that are supposed to test your connection speed, eg
http://www.2wire.com/bandwidth/meter.php
no comments