Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 23:29:23 -0700
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        Donn Miller <hackr_d@yahoo.com>
Cc:        Chris BeHanna <behanna@zbzoom.net>, FreeBSD-Stable <stable@FreeBSD.ORG>
Subject:   Re: Benchmarking CVSup
Message-ID:  <20010615232923.K560@johncoop>
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
References:  <Pine.BSF.4.32.0106160119500.88179-100000@topperwein.dyndns.org> <20010616060538.69356.qmail@web14707.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2001.06.15 23:05 Donn Miller wrote:
> 
> --- Chris BeHanna <behanna@zbzoom.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010615232923.K560>