From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa36.google.com (mail-vk1-xa36.google.com [IPv6:2607:f8b0:4864:20::a36]) (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 D7BB03B2A4 for ; Wed, 4 Sep 2019 16:36:18 -0400 (EDT) Received: by mail-vk1-xa36.google.com with SMTP id b25so698449vkk.3 for ; Wed, 04 Sep 2019 13:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=otvorenamreza-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Tgj3Akv1G/NL20PnwZ/MQiWYOAPXR+/Y7V/2rIffw9E=; b=THu3YWj+n9mzuf30hT7zZCQeF7QrsLPdsatbeDhboMkyt1lnCcVXtb11aucMxDUT7X GdGQPF0H4hr4jHCyYMsOJa3/8qYpOoCAhRz8NRA/tL6s3EApswjnxvPcXR6FoiarrFcx 3T54V2qdtD/Y5vVknCix9G5YNNQGFgcKS2EriGX0NP8pUAK/9TpwvD7uVhamQ8FZO1vL sHmYmKTmXgV4W70FF6/wAH5tXFrEVrXWf7EqOvUEjjDMUcIVQMavvQFjpp4It4VwkWeG mIqdEHATKZJZ+U2eXbUvi+Jb7gxgZ+JDVABoIOhEG9jWV8CdVjYL/8AxL3KlvxYk/BoA npXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Tgj3Akv1G/NL20PnwZ/MQiWYOAPXR+/Y7V/2rIffw9E=; b=mzKfI9nh/Fs1wTeQZLCC4wM6jPxvOvISbCDo80fwrzTBFv8auL1BDVl1RD91fsLHxI kWu9c78/kCmobQtrK7ON8TcEep/bXDAEzEwUzHLH+Bl/rCEPXhN//5CorNNOcv7BgB8B ROt/3FtBgN7g7AO7MVRxQHNhMwRq1+AGg0tVfckvAZ39SBx3jFzMw8KkBby2jtgzflxi 5Nerhc+uruJwKJRdnwLcnm1bRuvunkVfbAsWCG2dCVHaId45PTRlatVMegwnSG16uNW0 EH8tk/wjBR3r5oO73Lw94TEw2qDTbmDBSZejn9XaREirR3MSxA4ycpT/hm4rO39rmNc+ OPXQ== X-Gm-Message-State: APjAAAUAz9z7HhA03WjSfkCSqPNQGl24otOSYWb7T5LBfoGWfG7ibwsU oYQPv84RiCzCSyaGaXf1UfSXRGxqYu+czTs/fo5FbvZ183txMg== X-Google-Smtp-Source: APXvYqyEbkeMzOQsyAjRcFpBhWHWmxLhRgQByNxUdWutMhdXEUwQfE6qEan0yRM9oGywmrf61DTgKEAB9+bmlit861o= X-Received: by 2002:a1f:ec5:: with SMTP id 188mr6634104vko.90.1567629378060; Wed, 04 Sep 2019 13:36:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Valent Turkovic Date: Wed, 4 Sep 2019 22:35:41 +0200 Message-ID: To: make-wifi-fast@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="000000000000381aee0591c02898" Subject: Re: [Make-wifi-fast] Fastest way to setup netperf and flent? 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: Wed, 04 Sep 2019 20:36:18 -0000 --000000000000381aee0591c02898 Content-Type: text/plain; charset="UTF-8" Strange, flent is not seeing matplotlib, any ideas? pi@raspberrypi:~/netperf $ sudo pip install matplotlib Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: matplotlib in /usr/local/lib/python2.7/dist-packages (2.2.4) Requirement already satisfied: subprocess32 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (3.5.4) Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (0.10.0) Requirement already satisfied: python-dateutil>=2.1 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (2.8.0) Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (1.1.0) Requirement already satisfied: numpy>=1.7.1 in /usr/lib/python2.7/dist-packages (from matplotlib) (1.16.2) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (2.4.2) Requirement already satisfied: backports.functools-lru-cache in /usr/local/lib/python2.7/dist-packages (from matplotlib) (1.5) Requirement already satisfied: six>=1.10 in /usr/lib/python2.7/dist-packages (from matplotlib) (1.12.0) Requirement already satisfied: pytz in /usr/local/lib/python2.7/dist-packages (from matplotlib) (2019.2) Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages (from kiwisolver>=1.0.1->matplotlib) (40.8.0) pi@raspberrypi:~/netperf $ pi@raspberrypi:~/netperf $ flent rrul -p all_scaled -l 60 -H netperf.bufferbloat.net -t "Download and upload test" -o flent.png Started Flent 1.3.0 using Python 2.7.16. Starting rrul test. Expected run time: 70 seconds. Data file written to ./rrul-2019-09-04T223321.866440.Download_and_upload_test.flent.gz. ERROR: Unable to plot -- matplotlib is missing! Please install it if you want plots. --000000000000381aee0591c02898 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Strange, flent is not seeing matplotlib, any ideas?
pi@raspberrypi:~/netperf $ sudo pip install matplotlib
Look= ing in indexes: https://pypi.org/simple= , https://www.piwheels.org/= simple
Requirement already satisfied: matplotlib in /usr/local/lib/p= ython2.7/dist-packages (2.2.4)
Requirement already satisfied: subprocess= 32 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (3.5.4)
R= equirement already satisfied: cycler>=3D0.10 in /usr/local/lib/python2.7= /dist-packages (from matplotlib) (0.10.0)
Requirement already satisfied:= python-dateutil>=3D2.1 in /usr/local/lib/python2.7/dist-packages (from = matplotlib) (2.8.0)
Requirement already satisfied: kiwisolver>=3D1.0.= 1 in /usr/local/lib/python2.7/dist-packages (from matplotlib) (1.1.0)
Re= quirement already satisfied: numpy>=3D1.7.1 in /usr/lib/python2.7/dist-p= ackages (from matplotlib) (1.16.2)
Requirement already satisfied: pypars= ing!=3D2.0.4,!=3D2.1.2,!=3D2.1.6,>=3D2.0.1 in /usr/local/lib/python2.7/d= ist-packages (from matplotlib) (2.4.2)
Requirement already satisfied: ba= ckports.functools-lru-cache in /usr/local/lib/python2.7/dist-packages (from= matplotlib) (1.5)
Requirement already satisfied: six>=3D1.10 in /usr= /lib/python2.7/dist-packages (from matplotlib) (1.12.0)
Requirement alre= ady satisfied: pytz in /usr/local/lib/python2.7/dist-packages (from matplot= lib) (2019.2)
Requirement already satisfied: setuptools in /usr/lib/pyth= on2.7/dist-packages (from kiwisolver>=3D1.0.1->matplotlib) (40.8.0)pi@raspberrypi:~/netperf $
pi@raspberrypi:~/netperf $ flent rrul -p a= ll_scaled -l 60 -H netperf.buffe= rbloat.net -t "Download and upload test" -o flent.png
Star= ted Flent 1.3.0 using Python 2.7.16.
Starting rrul test. Expected run ti= me: 70 seconds.
Data file written to ./rrul-2019-09-04T223321.866440.Dow= nload_and_upload_test.flent.gz.
ERROR: Unable to plot -- matplotlib is m= issing! Please install it if you want plots.

--000000000000381aee0591c02898--