From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 896693BA8E for ; Tue, 21 Mar 2017 09:19:54 -0400 (EDT) Received: by mail-wm0-x236.google.com with SMTP id n11so11937619wma.1 for ; Tue, 21 Mar 2017 06:19:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=ELPJtO4WcN+iiPIqZBYvnPFHgoM9wN/tBQ5ithhEUZU=; b=QJHeyqEPkjQWKKNJEzl5I2sdEJOmNvx6tNtzhgWlUeEM7xOCJgOZJY/BFWSPGdvQ5b 9FBsKjPaqpIdOTKJwqQLwPkf2ovuOPIwDYBlWof6QAd8eNMybmGg32+kGWcMwy7alLHx 0Z3I/YPbWHJqp9QTGo/rAS0Dpk/AQ44OMFfdA5XAA1enIoWVRhJAChYl7fcJVTNkSr30 E8vZkXYDqZ0cwME8Wn0cciCAZoEyHHxXDeW9NDj/Ko1aH7vCCQgvYrLzh7iX97ntjBoA vHaAI+vC/GwX8IUHiw+WitZx8mCrua3EBRT2GUtpFP92pM0X+4/RI4vV7oA3R1sqIea7 VN2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=ELPJtO4WcN+iiPIqZBYvnPFHgoM9wN/tBQ5ithhEUZU=; b=mHHZR+XGCmPluY2wlXG2eAcl3TS93BXOOVd76bSJ7QgBJrD2olAnDqfBnnoXaweDJK nBH5Kpw7u1N+OIRKZe+gBLwBJe54+xwaVOEOS6Q05hf6pqx+rBuvRsgBlBhjjrmRZ0AP 9hL/vOfIVT1/IZEvZJC/SK+tTiq8k3X7bw+r1vSoyW/jZayGnoZP85vNNhvnLQJR3XcY rQPOR0+IQI4N3BUGMM+PPEGNWCd5Vsm8L3KKuKXEdQiWcaAsXh0XcP76rsoSL+u3fYCw 393ZbjfgcbXxb96PmQZ3XCJpElaGjKGzEhmqJAIzrJ1L6b2ZPca0MSNxWxgjTOMP/uxL S4gQ== X-Gm-Message-State: AFeK/H29rT85cysqrkbRggXinexsMwskEWbOit5KioD1oBhQVn2yJ1JQUCD6g0arTbKtoA== X-Received: by 10.28.210.133 with SMTP id j127mr2835816wmg.64.1490102393269; Tue, 21 Mar 2017 06:19:53 -0700 (PDT) Received: from [10.72.0.130] (h-1169.lbcfree.net. [185.99.119.68]) by smtp.gmail.com with ESMTPSA id z88sm25071481wrb.26.2017.03.21.06.19.52 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Mar 2017 06:19:52 -0700 (PDT) From: Pete Heist Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <5FA75BA6-2CF4-490B-BD6C-4E9FED2DE008@gmail.com> Date: Tue, 21 Mar 2017 14:19:51 +0100 To: make-wifi-fast@lists.bufferbloat.net Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) Subject: [Make-wifi-fast] flent ss data 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: Tue, 21 Mar 2017 13:19:54 -0000 I=E2=80=99ve been making use of the =E2=80=94socket-stats / tcp_* plots = in the flent source, and just have two small bugs to report. 1) It doesn=E2=80=99t seem to work for rrul_be_nflows tests (in this = case I was trying to make an svg and there were 64 upload stream and 64 = download streams): + flent -i *.flent.gz -p tcp_rtt -o tcp_rtt.svg Started Flent 1.0.1-git-87a8f96 using Python 2.7.12. Initialised matplotlib v1.5.1 on numpy v1.11.0. Traceback (most recent call last): File "/usr/local/bin/flent", line 9, in load_entry_point('flent=3D=3D=3D1.0.1-git-87a8f96', = 'console_scripts', 'flent')() File = "/usr/local/lib/python2.7/dist-packages/flent-1.0.1_git_87a8f96-py2.7.egg/= flent/__init__.py", line 56, in run_flent b.run() File = "/usr/local/lib/python2.7/dist-packages/flent-1.0.1_git_87a8f96-py2.7.egg/= flent/batch.py", line 559, in run return self.load_input(self.settings) File = "/usr/local/lib/python2.7/dist-packages/flent-1.0.1_git_87a8f96-py2.7.egg/= flent/batch.py", line 540, in load_input formatter.format(results) File = "/usr/local/lib/python2.7/dist-packages/flent-1.0.1_git_87a8f96-py2.7.egg/= flent/formatters.py", line 388, in format self.plotter.save(results) File = "/usr/local/lib/python2.7/dist-packages/flent-1.0.1_git_87a8f96-py2.7.egg/= flent/plotters.py", line 654, in save save_args =3D self.build_tight_layout(artists) File = "/usr/local/lib/python2.7/dist-packages/flent-1.0.1_git_87a8f96-py2.7.egg/= flent/plotters.py", line 791, in build_tight_layout self.figure.tight_layout(pad=3D0.5, rect=3Drect) File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line = 1756, in tight_layout self.subplots_adjust(**kwargs) File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line = 1612, in subplots_adjust self.subplotpars.update(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line = 230, in update raise ValueError('bottom cannot be >=3D top') ValueError: bottom cannot be >=3D top *** Non-zero return code 1 from sysadmin@mini1 (local): "flent -i = *.flent.gz -p tcp_rtt_cdf -o tcp_rtt_cdf.svg" (6.349302 sec) 2) For the tcp_download test, =E2=80=94list-plots doesn=E2=80=99t need = to include these plots as I don=E2=80=99t think the data is available in = this case.