From owner-freebsd-questions@FreeBSD.ORG Tue Nov 2 04:28:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABC6B106564A for ; Tue, 2 Nov 2010 04:28:05 +0000 (UTC) (envelope-from vic@yeaguy.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.124]) by mx1.freebsd.org (Postfix) with ESMTP id 67A028FC0C for ; Tue, 2 Nov 2010 04:28:04 +0000 (UTC) X-Authority-Analysis: v=1.1 cv=kXGwZUU/u1JTMRv8Axk4W0omja+vfTT+sGlOkodD8F8= c=1 sm=0 a=T_y6kAmB_P8A:10 a=IkcTkHD0fZMA:10 a=K3oiwSFwsX5fJWoDMELOCw==:17 a=pGLkceISAAAA:8 a=rWdDcm16AAAA:8 a=6I5d2MoRAAAA:8 a=Aq3Jkd5MAAAA:8 a=A7Wvaz8EAAAA:8 a=LJdorIIWhTaocE8EB0AA:9 a=wiACu87px151bfMtQcIA:7 a=ProK4w4QoNa1PrPLwLRDpWWONggA:4 a=QEXdDO2ut3YA:10 a=nATBmSxW2oAA:10 a=85aO3MvqblMA:10 a=MSl-tDqOz04A:10 a=jgoaQNzrKcYA:10 a=SV7veod9ZcQA:10 a=K3oiwSFwsX5fJWoDMELOCw==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.49.120.184 Received: from [67.49.120.184] ([67.49.120.184:43892] helo=hbca.yeaguy.com) by hrndva-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id FE/56-14897-3539FCC4; Tue, 02 Nov 2010 04:28:04 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Gary Kline" , "Antonio Olivares" References: <20101102034203.GA4799@thought.org> Date: Mon, 01 Nov 2010 21:28:01 -0700 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "justin v" Organization: Yea_Guy Message-ID: In-Reply-To: User-Agent: Opera Mail/10.61 (FreeBSD) Cc: FreeBSD Mailing List Subject: Re: is there a utillity...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 04:28:05 -0000 On Mon, 01 Nov 2010 20:48:01 -0700, Antonio Olivares wrote: > On Mon, Nov 1, 2010 at 10:42 PM, Gary Kline wrote: >> People, is there a utility to give me the rate of bps that I am >> _supposed_ to be getting from my telco DSL? >> >> tia, >> >> gary >> >> -- >> Gary Kline kline@thought.org http://www.thought.org Public Service >> Unix >> The 7.90a release of Jottings: http://jottings.thought.org/index.php >> An Open Letter to Stephen Hawking >> http://www.thought.org/#oL >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > Try iperf? > > http://www.freebsdsoftware.org/benchmarks/iperf.html > > Used it to test speed on modem connection. > > Hope this helps. > > Regards, > > Antonio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Using Opera's revolutionary email client: http://www.opera.com/mail/ Dont you need a Client when using IPERF?? If you want to see your current in/out in realtime try: netstat -I -w 1 To see my throughput I do: netstat -I wlan0 -w 1 Hope this helps.