From owner-freebsd-stable@FreeBSD.ORG Mon Dec 11 18:18:26 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF39B16A54D for ; Mon, 11 Dec 2006 18:18:26 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CF5442F9 for ; Mon, 11 Dec 2006 17:45:50 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 8480BEB3403; Tue, 12 Dec 2006 01:47:00 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id HiUpoqCNtvCl; Tue, 12 Dec 2006 01:46:57 +0800 (CST) Received: from [192.168.1.32] (unknown [61.48.135.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 029D2EB3032; Tue, 12 Dec 2006 01:46:56 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=UUAdd94GvRI6cXqm76wSMQLEhAAtUf7873OQneXwKZdV58tKQCvv6rho9plQsYzYe TzPDN87dGA5yxg5cJwYOA== Message-ID: <457D9969.9@delphij.net> Date: Tue, 12 Dec 2006 01:46:17 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: sivakumar.subramani@wipro.com References: <821C7AD2A9F78942B86059792262577315B065@blr-m3-msg.wipro.com> In-Reply-To: <821C7AD2A9F78942B86059792262577315B065@blr-m3-msg.wipro.com> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigC78BA10F7207D0BD3DC72540" Cc: freebsd-stable@freebsd.org Subject: Re: Zoneli State / Nttcp client. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 18:18:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC78BA10F7207D0BD3DC72540 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable sivakumar.subramani@wipro.com wrote: > Hi, >=20 > I have a script where we start a nttcp for some 500 nttcp client in bac= k > ground. After some time I could see the nttcp clients are listed in the= > TOP command as "Zoneli" state. Can any one please let me know what is > meant by Zoneli state? >=20 > Test Script: > =3D=3D=3D=3D=3D=3D=3D=3D=3D > count=3D1 > while [ $count -le 2000 ] > do > ifconfig xge1 17.1.1.25 promisc up > ./nttcp -t -l65536 -w227 -P120 17.1.1.152 & > echo "count is $count" > count=3D`expr $count + 1` > done Would you please help to test whether the patch located at: http://people.freebsd.org/~delphij/misc/patch-zonelim-drain To see if there is change? Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigC78BA10F7207D0BD3DC72540 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFfZlpOfuToMruuMARA2F4AJ9K9ayrxkAS0BvtfsDn/1la76I8xwCfXJhS M4FQ+I6+MAav/NB7qP2AsoM= =vgv2 -----END PGP SIGNATURE----- --------------enigC78BA10F7207D0BD3DC72540--