(PeteCresswell) wrote:
> Can anybody comment on/recommend a reliable speed test for one's internet
> connection?
While not doing anything else network-related, download the latest Linux
kernel source from you most local mirror[1] using wget[2] from the command
line. For example, I'd use:
wget "http://www.mirrorservice.org/sites/ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2"
Indeed, you could use any reasonably big file, from any local server,
provided you know that the server itself has enough bandwidth not to be
the bottleneck!
I've just done this (and just realised that I ran it in a SSH connection
to a machine at work. oops!) At the end it prints out a little report like:
10:12:46 (385.36 KB/s) - `linux-2.6.20.tar.bz2' saved [43,375,937/43,375,937]
Note that this includes the average download speed in kilobytes per
second. Multiply through by, say, 8 to get your speed over HTTP in
kilobits per second. (Note that your raw connection probably runs a
few percent faster than your HTTP speed, as HTTP and TCP/IP have a bit
of overhead ***ociated with them.)
I get about 5250 kilobits per second downlink at home, and 3100 at work.
____
1. Mirror list:
http://www.kernel.org/mirrors/
2.
http://www.gnu.org/software/wget/
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~
http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!