From owner-freebsd-stable Fri Jun 15 23:29:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 67CE737B403 for ; Fri, 15 Jun 2001 23:29:33 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from smtp.bmi.net (dsl-154.bmi.net [207.173.60.230]) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id XAA23287; Fri, 15 Jun 2001 23:29:25 -0700 Date: Fri, 15 Jun 2001 23:29:23 -0700 From: John Merryweather Cooper To: Donn Miller Cc: Chris BeHanna , FreeBSD-Stable Subject: Re: Benchmarking CVSup Message-ID: <20010615232923.K560@johncoop> References: <20010616060538.69356.qmail@web14707.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20010616060538.69356.qmail@web14707.mail.yahoo.com>; from hackr_d@yahoo.com on Fri, Jun 15, 2001 at 23:05:38 -0700 X-Mailer: Balsa 1.1.4 Lines: 31 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001.06.15 23:05 Donn Miller wrote: > > --- Chris BeHanna wrote: > > On Fri, 15 Jun 2001, Jens Haeusser wrote: > > > Here's a little script to work through them all. With a modicum of > > effort, it could be made to just print the hopcounts, but I wasn't > > that enthusiastic the night I wrote it. > > > > #!/bin/sh > > > > for i in 1 2 3 4 5 6 7 8 9 10 11 > > Actually, it should go from 1->16. A more compact way to do it would > be: > > i=0 > while [ $i -le 16 ] ; do > # traceroute cvsup$i.freebsd.org > i=`expr $i + 1` > done > > Thank god for Cygwin, or I wouldn't be able to test this. 8-( > > There is no cvsup16.FreeBSD.org (or if there is, it's invisible to my ISP). Counting the lines in each traceroute output would give a good approximation of the number of hops . . . jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message