On Wed, Sep 4, 2019 at 10:06 PM Valent Turkovic <valent@otvorenamreza.org> 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