From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 04:48:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F33837B401 for ; Tue, 8 Jul 2003 04:48:14 -0700 (PDT) Received: from mx0.dmpriest.net.uk (mx0.dmpriest.net.uk [62.13.128.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5821443FBF for ; Tue, 8 Jul 2003 04:48:12 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from raptor (kpielorz.dmpriest.net.uk [62.13.130.13]) by mx0.dmpriest.net.uk (8.11.6/8.11.6/Kp) with ESMTP id h68Bk4Z39114; Tue, 8 Jul 2003 12:46:04 +0100 (BST) Date: Tue, 08 Jul 2003 12:48:18 +0100 From: Karl Pielorz To: Rob Lahaye , freebsd-questions@freebsd.org Message-ID: <3256750.1057668498@raptor> In-Reply-To: <3F0AAC90.2010605@users.sourceforge.net> References: <3F0AAC90.2010605@users.sourceforge.net> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: How can I verify my ISP internet speed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 11:48:14 -0000 --On 08 July 2003 20:35 +0900 Rob Lahaye wrote: > > > Hi, > > I have my FreeBSD PC connected to the internet via ADSL with PPPoE. > My ISP claims my speed is 2 Mbs. Is there a reliable command on my > FreeBSD system to double check the internet speed? > > I ask this, because when I complain, the answer is always that the reason > for slow network is due to the slow response of the sites I access. Is > this situation I find it difficult to verify who is right. I used to use 'bing' (look in the ports collection) for doing this [I don't know how much 'in favour' it is these days] - but just remember this kind of this is never going to be that 'accurate' with stuff like ADSL - especially when you're at the end of what might be a long IP food chain (many hops)... It could be your ISP, it could be contention at your local Exchange, it could be contention at any point from you to the remote system (Try a traceroute and see what that says about ping times to the various hops). The other thing to bear in mind (without wildly defending your ISP :) - is that just because you have 2Mbs the other site may not have 2Mb's to supply you with :-) [Plus most countries ADSL services are condended 20, or 50:1, or have at least some kind of local contention]. Failing all else try searching around a bit with a search engine, e.g. google for other tools / tests etc. -Kp