From owner-freebsd-net Mon Nov 11 6:51:30 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D127037B401 for ; Mon, 11 Nov 2002 06:51:28 -0800 (PST) Received: from seraph3.grc.nasa.gov (seraph3.lerc.nasa.gov [128.156.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D7143E6E for ; Mon, 11 Nov 2002 06:51:27 -0800 (PST) (envelope-from mallman@guns.lerc.nasa.gov) Received: from lombok-fi.lerc.nasa.gov (lombok-fi.lerc.nasa.gov [139.88.112.33]) by seraph3.grc.nasa.gov (Postfix) with ESMTP id E0AD16409B for ; Mon, 11 Nov 2002 09:51:26 -0500 (EST) Received: from guns.lerc.nasa.gov (guns.lerc.nasa.gov [139.88.87.35]) by lombok-fi.lerc.nasa.gov (NASA GRC 8.12.3/8.12.3) with ESMTP id gABEpQwg003212; Mon, 11 Nov 2002 09:51:26 -0500 (EST) Received: from guns.lerc.nasa.gov (localhost.lerc.nasa.gov [127.0.0.1]) by guns.lerc.nasa.gov with ESMTP (NASA LeRC 8.7.4.1/2.01-local) id JAA62850; Mon, 11 Nov 2002 09:51:26 -0500 (EST) Message-Id: <200211111451.JAA62850@guns.lerc.nasa.gov> To: freebsd-net@FreeBSD.ORG Cc: Fran.Lawas-Grodek@grc.nasa.gov, Cindy.Tran@grc.nasa.gov, Joseph Ishac , bdimond@grc.nasa.gov From: Mark Allman Reply-To: mallman@grc.nasa.gov Subject: Re: Problem in High Speed and Long Delay with FreeBSD Organization: BBN Technologies/NASA GRC Song-of-the-Day: Radio Gaga Date: Mon, 11 Nov 2002 09:51:26 -0500 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > sockbuf datalen snd_time rcv_time > --------------------------------------------- > 16384 15000 0.000 0.617 > 150000 140000 0.003 4.021 > 500000 495000 0.015 14.083 > 1000000 995000 0.042 28.577 > 1500000 1490000 0.079 47.986 > 1600000 1590000 0.088 44.055 > 1800000 1790000 0.108 50.810 > 1900000 1890000 0.117 55.010 > 2000000 1990000 1.011 57.666 > 2100000 2090000 3.845 60.233 > 3000000 2990000 39.594 122.308 Folks- Thanks for all the suggestions. This is what I get for comparing apples and oranges. The results from above were hacked out late one night on my home machine (4.7) which is certainly not tuned as well as the lab machines Cindy and Fran have been using. It looks like I was limited by the number of mbuf clusters. The 4.1 machines at the lab are not. The kernel easily swallows any of the above amount of data. However... I will say that I think it is bogus that freebsd blocked my (asyncronous) write() call when it was out of mbuf clusters. I think it would be nice if that were fixed. Back to the drawing board... (Joe is digging through the TCP code and chasing a couple of things.) Thanks again! allman -- Mark Allman -- BBN/NASA GRC -- http://roland.grc.nasa.gov/~mallman/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message