From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe32.google.com (mail-vs1-xe32.google.com [IPv6:2607:f8b0:4864:20::e32]) (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 8071F3B2A4 for ; Wed, 4 Sep 2019 16:32:42 -0400 (EDT) Received: by mail-vs1-xe32.google.com with SMTP id u21so6412623vsl.10 for ; Wed, 04 Sep 2019 13:32:42 -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=jcSyzJM19uIHd8tEc5SAvA74zChkzn4VEDtPL1MTc98=; b=e7aE9vtmp8PneOANvegW5G6kTw0TKlK972uGdjdIBEO5HqDDVVrQI5JyZDJV2aGRfv BLtpgdZra1NVyxxoCrPx1qcVCIAqHF9ATD/034LHPATmZRKDWZLW3CR+BzZos/JAS3bW 75o2yPJ1F/lbwy1zreETMHyqsloJ9tsUN0cYFfHCULirRDwHp4VFx0wHkK5fANVMGY8w bZS2b/7toQW5aSH5s7HmWakjMjG9hVom+0PylMT1Z7sg6P1tjeJDxgtNQDwAHK7Pakd0 kbcY8aFOjTHarN6r2UQTvUSjs84WftHcbVM7+wjP1UTzOZKsAFzc1tUV7echj4ZtK0x0 Q0IA== 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=jcSyzJM19uIHd8tEc5SAvA74zChkzn4VEDtPL1MTc98=; b=ETdjViHgP1LVj+lBuT9Y24MPrrQcUJaM0jMlpXlbYAVIMZMD02OUtqaUXU4P0VWoOh 0x9lt8SlhUnmUc9UTLhCinxQU3zNf37H+uvpMHVwk0dWxwOamQKygJP4Mas/YZXgpJMM gNE4554Gx7ZRcZwOlx2LlbMk2ketyww8PnbRwNu7UfkHr/TGkXpR2M9+PiWNfEZ91Aoj LN3VZS5mtg/l27U615dwGxK8tI85JV5a5bLMhKwnA+fLKO5IgnK4TZ/CNjxPVo/Bp+kl NV0tV/CtZtIouPXQEWynkc3j+0W7W/Iu26Zvyem63NtaXjY/SBVD+5tVXMtzbImaMCEn YT8g== X-Gm-Message-State: APjAAAVuDchBG3QewsvKl/RcdonfTWwbzXmot9OxFB+TCIkCxfbF/iwg q0WViudt8D5d5HxRyhJMOX9R7AnAdVgMc5dwvS7WOF556Ie1FQ== X-Google-Smtp-Source: APXvYqxq3I2cvFDonS4pd2E1dOcqdJuq55HySIicXhT3e6NR4PlFe5ZpXu+HMVoEwD5cmjOUoeafjIKNbTlrJTvMS50= X-Received: by 2002:a67:c581:: with SMTP id h1mr2107201vsk.239.1567629161705; Wed, 04 Sep 2019 13:32:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Valent Turkovic Date: Wed, 4 Sep 2019 22:32:05 +0200 Message-ID: To: make-wifi-fast@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="00000000000052ba110591c01b07" 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:32:42 -0000 --00000000000052ba110591c01b07 Content-Type: text/plain; charset="UTF-8" On Wed, Sep 4, 2019 at 10:06 PM Valent Turkovic wrote: > Finally got netperf and flent working on Raspberry Pi, thanks Toke to > pushing me in the right direction of manual compilation. > > Here are the steps to get netperf and flent working of latest clean > Rasbian install: > > $ sudo apt install autotools-dev automake > $ git clone https://github.com/HewlettPackard/netperf.git > $ cd netperf > $ ./autogen.sh > $ ./configure --enable-demo > $ make > $ sudo make install > $ sudo pip install flent > > And that is it :) > In order to get plots to work matplotlib needs to be installed, so: $ sudo pip install matplotlib I also answered this question raised on Raspberry Pi StackExchange: https://raspberrypi.stackexchange.com/questions/99695/netperf-command-doesnt-exist-on-raspbian/102218#102218 --00000000000052ba110591c01b07 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Sep 4, 2019 at 10:06 PM Valent Tu= rkovic <valent@otvorenamreza= .org> wrote:
Finally got netperf = and flent working on Raspberry Pi, thanks Toke to pushing me in the=C2=A0ri= ght direction of manual compilation.

Here are the = steps to get netperf and flent working of latest clean Rasbian install:

=C2=A0 =C2=A0$ sudo apt install=C2=A0autotools-dev au= tomake
=C2=A0 =C2=A0$ cd netperf
= =C2=A0 =C2=A0$ ./autogen.sh
=C2=A0 =C2=A0$ ./configure= --enable-demo
=C2=A0=C2=A0 $ make
=C2=A0=C2=A0 = $ sudo make install
=C2=A0 =C2=A0$ sudo pip install flent

And that is it :)

In order to get plots to work=C2=A0matplotlib needs to be = installed, so:
=C2=A0 =C2=A0 $ sudo pip install=C2=A0matplotlib

I also answered this question raised on Raspberry Pi Stack= Exchange:

=C2=A0
--00000000000052ba110591c01b07--