From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BAC3B1381F3 for ; Thu, 6 Jun 2013 20:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 044A2E08D9; Thu, 6 Jun 2013 20:11:04 +0000 (UTC) Received: from mail.coldcrossing.com (coldcrossing.com [64.33.162.34]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41FE2E086F for ; Thu, 6 Jun 2013 20:11:03 +0000 (UTC) Received: from fritz.lan (vlan800-74-66.vernon.mwt.net [207.190.74.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.coldcrossing.com (Postfix) with ESMTPSA id 8B5FE202F1AB; Thu, 6 Jun 2013 15:11:01 -0500 (CDT) Date: Thu, 6 Jun 2013 15:10:27 -0500 From: David Klann To: gentoo-amd64@lists.gentoo.org Cc: markknecht@gmail.com Subject: Re: [gentoo-amd64] Measure network speeds between machines? Message-ID: <20130606151027.2351f592@fritz.lan> In-Reply-To: References: X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.18; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/KXcQlc9toJ3=hr2zuqCgV5J"; protocol="application/pgp-signature" X-Archives-Salt: 88e6a743-7a89-4273-9862-27122cfdf582 X-Archives-Hash: 93540fb62d249dcc732c097eee2997ff --Sig_/KXcQlc9toJ3=hr2zuqCgV5J Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 6 Jun 2013 12:09:14 -0700 you coerced some electrons to say: > Hi, > Just taking a shot at the dark on this list before I ask something > in the forums. Is there a simple app (or even something at the command > line) that I can use to measure network throughput between two Gentoo > machines on my internal network? >=20 > Background: We sold our house & moved. Comcast talked me into > getting there new 'Blast' level Internet service with "speed up to > 50Mb/S" but darned if it isn't slower than regular Comcast ISP service > was a the previous house. In our house I typically got about 27Mb/S > download using something like www.Speakeasy.net/speedtest at a > measurement tool. Here I've never gotten higher than 22Mb/S. I do > however get much better upload speeds - about 12Mb/S instead of the > 5Mb/S I got at the house. >=20 > Granted, 'up to 50Mb/S' might mean 1Mb/S, but that's not the way > they market it. ;-) >=20 > Before I engage Comcast this apartment has wired Ethernet and a > provided 8-port switch in the wiring closet. I want to measure speeds > between machines going through that switch to ensure it's not causing > any problems. >=20 > Thanks, > Mark >=20 Hey Mark, emerge net-analyzer/{netperf,nttcp, etc.} on both machines and run the client and server (one on each end). That'll tell you what throughput you can get (between any two machines, actually). I've used ttcp (and nttcp) for a long time, but netperf is one I've not tried until now. Seems pretty usable. With netperf you run "netserver" on one machine and "netperf" on the other (the "benchmark"). Man pages are helpful... There are plenty of other tools out there for measuring network throughput have a glance at some of them in net-analyzer. Hope this helps. ~David --Sig_/KXcQlc9toJ3=hr2zuqCgV5J Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iF4EAREIAAYFAlGw7L4ACgkQZtxZ++32cNhKQgEAoKHp8syoAvpSw7SAMlYalmwl 5O7fNFNtlcbzXZZgA+oA/1gC2AFVBd+m8QI695nBaSPQdjnd8ikxJUSv2WkQsS8C =hJ4q -----END PGP SIGNATURE----- --Sig_/KXcQlc9toJ3=hr2zuqCgV5J--