<div dir="ltr"><div dir="ltr">On Wed, Sep 4, 2019 at 10:06 PM Valent Turkovic <<a href="mailto:valent@otvorenamreza.org">valent@otvorenamreza.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Finally got netperf and flent working on Raspberry Pi, thanks Toke to pushing me in the right direction of manual compilation.</div><div><br></div><div>Here are the steps to get netperf and flent working of latest clean Rasbian install:</div><div><br></div><div>   $ sudo apt install autotools-dev automake</div><div>   $ git clone <a href="https://github.com/HewlettPackard/netperf.git" target="_blank">https://github.com/HewlettPackard/netperf.git</a></div><div><div>   $ cd netperf</div><div>   $ ./autogen.sh</div><div><span class="gmail-m_8739170185574577560gmail-im" style="color:rgb(80,0,80)"><div>   $ ./configure --enable-demo</div><div>   $ make</div></span><div>   $ sudo make install</div><div>   $ sudo pip install flent</div><div><br></div><div>And that is it :)</div></div></div></div></blockquote><div><br></div><div>In order to get plots to work matplotlib needs to be installed, so:<br>    $ sudo pip install matplotlib</div><div><br></div><div>I also answered this question raised on Raspberry Pi StackExchange:</div><div><a href="https://raspberrypi.stackexchange.com/questions/99695/netperf-command-doesnt-exist-on-raspbian/102218#102218">https://raspberrypi.stackexchange.com/questions/99695/netperf-command-doesnt-exist-on-raspbian/102218#102218</a></div><div><br></div><div> <br></div></div></div>