From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g1t0026.austin.hp.com (g1t0026.austin.hp.com [15.216.28.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp1.hp.com", Issuer "VeriSign Class 3 Secure Server CA - G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id F167C2008D9; Sat, 16 Jul 2011 16:22:31 -0700 (PDT) Received: from g1t0039.austin.hp.com (g1t0039.austin.hp.com [16.236.32.45]) by g1t0026.austin.hp.com (Postfix) with ESMTP id 3C72DC34F; Sun, 17 Jul 2011 00:01:04 +0000 (UTC) Received: from [16.89.244.213] (tardy.cup.hp.com [16.89.244.213]) by g1t0039.austin.hp.com (Postfix) with ESMTP id 9D92C3C0BD; Sun, 17 Jul 2011 00:01:03 +0000 (UTC) Message-ID: <4E22263F.8070705@hp.com> Date: Sat, 16 Jul 2011 17:01:03 -0700 From: Rick Jones User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Dave Taht Subject: Re: smoketest #6 of cerowrt is go for testing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bloat-devel , bismark-devel@lists.bufferbloat.net, bismark-bootcamp@projectbismark.net X-BeenThere: bloat-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Developers working on AQM, device drivers, and networking stacks" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2011 23:22:32 -0000 > 2) netserver: small bug in xinetd - wrong directory for it, had to move it: > > root@OpenWrt:/etc/xinetd.d# mv ../xinet.d/netserver . > > (hint: I am too tired and dangers to fix this in git myself) > > d@cruithne:~$ netperf 172.30.42.33 > MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to > localhost (127.0.0.1) port 0 AF_INET > Recv Send Send > Socket Socket Message Elapsed > Size Size Size Time Throughput > bytes bytes bytes secs. 10^6bits/sec > > 87380 16384 16384 10.00 10394.62 Notice that the test banner talks about going to 127.0.0.1 rather than 172.40.42.33 - this stems from missing the -H required in front of the IP address. The command line should be: netperf -H 172.30.42.33 happy benchmarking, rick jones