From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8687E3B2A2 for ; Sun, 20 Nov 2016 09:47:09 -0500 (EST) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id 41C5833CA; Sun, 20 Nov 2016 15:47:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1479653225; bh=PkWQhItV77jVlkTJa+uLWA2W2hdVlhfL+v/89hLQpkI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=yamuzs5wfCpXmFwMkgZcaAO9uCsReSTI/VY7i5u8dTa87wHu9+CCyog/d5xntSC7F j6eTPnxtOXAJ0fbkt/y+V+oaPco3e88w+bWiY02B/eK2hll/T+IA5uAT+s+rvX++EE /G0Sn9x+cNGs/irRiCff8aP7OLJSxD/p3ut9Ex6ud0doPmaXR3+wrigtbEqDW+5ZQ2 P0//m0JVyrzy7DssYn7mQUiAJdsdDFOPBosrHPajWHqzmyzSOUTRVjRhJRIr36IxwG y4wHUK9uwqPLmQRf03tHR4c496vou93uRXPG/UNjTZ7qscMcGC8LjL+pC2TyCNQImC LnjBaAzbfSKbQ== Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 56E51956BEB; Sun, 20 Nov 2016 15:47:04 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht Cc: Sebastian Moeller , make-wifi-fast@lists.bufferbloat.net References: <87vaviwgc4.fsf@toke.dk> <87r366wel7.fsf@toke.dk> <871sy6uwml.fsf@toke.dk> Date: Sun, 20 Nov 2016 15:47:04 +0100 In-Reply-To: (Dave Taht's message of "Sun, 20 Nov 2016 05:49:56 -0800") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87wpfytdhz.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] flent adds more text output X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 14:47:09 -0000 Dave Taht writes: > nope. Ah. Turns out the bug was just that I was printing the mean twice instead of the median. Fixed that, and turned 'loss' into a column showing the number of total data points. That still makes it easy to spot if a UDP flow is cut short, without sounding like it has anything to do with packet loss. -Toke