From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2f.google.com (mail-vs1-xe2f.google.com [IPv6:2607:f8b0:4864:20::e2f]) (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 3D94E3CB42 for ; Wed, 4 Sep 2019 06:35:04 -0400 (EDT) Received: by mail-vs1-xe2f.google.com with SMTP id b11so7900201vsq.2 for ; Wed, 04 Sep 2019 03:35:04 -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 :cc; bh=FmwOb76ydlsAh1fw4HE+4ACVtXdBKjgw2tPk/OQ3p2w=; b=E4M9yUZSn21j3K/fUwFf+sP8j3Z2sqjT36sUbR+8BGXaXqXGF8Vsx0n7WtFzLE1kwA cmFO30AIYbzGRQOTA9Ho2bnTGuDkAzSgYbNSubdlOnPA4UuDf065aK8OAWF2qsWruuvh K6Ye/x68ImB6lws6hPhFmj7SA2XIwhiqAOZ98xK4UW5NH5PsBsoO5c5DJXUmXr/JiFKA sNL07zMZV2PjH9b0nTogeX0WMhqNTLSBD6w+Kc8AjeSUm7qB9RKtWgb0HlyEmQI0Tbzr f4X+DM4tUvUhb6EmMJFESUBEQXUdM7gADEBBgCtBzRp8BHuS+mNatLBemvpPgtidQt5I XCvg== 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:cc; bh=FmwOb76ydlsAh1fw4HE+4ACVtXdBKjgw2tPk/OQ3p2w=; b=c2usCkkZbgkliKf6ni4uPXstLhiZV9NVlom7lvYtUbo/ENUD/D5YGqtnuUMFxuwUVd T5gdO27NUmcZOIRrkypdOkZ7S919J7n4DsfA5HnJcC+/gqGX5CoN9IZPeuKGPBrQOWVo 61zc+x3qc22E35tvqFCjk/r58zRLmkZCrVDZ/HH8FPxBevMQHU/mN3nu0R80ialJcCdX rTjkV66k9z+/tnyrYEVqy+eAki8DwcXUy91x24M0inaRSRyn57bzmxosQaNuuxpztSEQ wEqyoXcSyvp7VjZB/LBRO/3P/CHCOlPb8fFXlfI2X/cbtDtxQDnzQhYeLZ6Um57hWF/i o3hQ== X-Gm-Message-State: APjAAAXPMgxXilpWKR9tnj5A8ZakGJZWR+Ga4Ekhr+fKjMHKArBCCQzp wMIPSz7Xu+n17g3FUiWRWQjnRqUQ8rZleT4dIs2+scodRvMjdA== X-Google-Smtp-Source: APXvYqy9t47bbpiSDSeKi07z5istw9lKhT0v31fUBcPUrOpaOCPuz73nlWhLqYVTDu6olraGh6jmsQ1jinsgkhFkYIs= X-Received: by 2002:a67:c581:: with SMTP id h1mr362108vsk.239.1567593303665; Wed, 04 Sep 2019 03:35:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Valent Turkovic Date: Wed, 4 Sep 2019 12:34:27 +0200 Message-ID: To: Louie Lu Cc: make-wifi-fast@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="000000000000047e530591b7c236" 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 10:35:04 -0000 --000000000000047e530591b7c236 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Just a small correction, there is one step before ./configure, and full procedure to compile netperf is: $ git clone git@github.com:HewlettPackard/netperf.git $ cd netperf $ ./autogen.sh $ ./configure --enable-demo $ make $ sudo make install Cheers, Valent. On Wed, Sep 4, 2019 at 12:32 PM Louie Lu wrote: > Hi Valent, > > You will need to build netperf from source: > > https://github.com/HewlettPackard/netperf > > $ ./configure --enable-demo > $ make > $ make install > > You may need to install devel package first (compiler ...etc) > > > Then you should get the netperf that enable the demo mode > > Best Regards, > Louie. > > Valent Turkovic =E6=96=BC 2019=E5=B9=B49=E6=9C= =884=E6=97=A5 =E9=80=B1=E4=B8=89 =E4=B8=8B=E5=8D=885:37=E5=AF=AB=E9=81=93= =EF=BC=9A > >> Hi all, >> what is the easiest way to get flent and netperf running? >> >> I'm helping one student with his paper which is comparing effect of AQM >> protocols, and I suggested that he uses flent and netperf. He contacted = me >> and said that he had problems with running netperf, I tought that it was >> only his lack of linux knowledge and that I'll get him unstuck really fa= st. >> >> I'm a Fedora user and I tried all Fedora and CentOS rpm packages I found >> for netperf and all of them are missing correct compile option and give >> this error: >> ERROR: Runner TCP upload BE failed check: /usr/bin/netperf does not >> support demo mode. >> >> Seams that Fedora packages didn't read instructions for compiling and >> I'll contact them and let them know. >> >> So now I'm looking for your experience and to point me in the right >> direction. Should I try some version of Ubuntu or Arch? >> >> Thanks! >> >> Valent. >> _______________________________________________ >> Make-wifi-fast mailing list >> Make-wifi-fast@lists.bufferbloat.net >> https://lists.bufferbloat.net/listinfo/make-wifi-fast > > --000000000000047e530591b7c236 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Just a small correction, there is one step before ./c= onfigure, and full procedure to compile netperf is:

=C2=A0 =C2=A0$ git clone=C2=A0git@github.com:HewlettPackard/netperf.git
=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

<= div>Cheers,
Valent.

On Wed, Sep 4, 2019 at 12:32 PM Louie Lu <me@louie.lu> wrote:
Hi Valent,<= /div>

You will need to build netperf from source:
<= div>
=C2=A0=C2=A0 https://github.com/HewlettPackard/netperf<= /div>
=C2=A0=C2=A0
=C2=A0=C2=A0 $ ./configure --enable-d= emo
=C2=A0=C2=A0 $ make
=C2=A0=C2=A0 $ make install

You may need to install devel package first (compiler= ...etc)


Then you should get th= e netperf that enable the demo mode

Best Regards,<= br>
Louie.

Valent Turkovic <valent@otvorenamreza.org> =E6= =96=BC 2019=E5=B9=B49=E6=9C=884=E6=97=A5 =E9=80=B1=E4=B8=89 =E4=B8=8B=E5=8D= =885:37=E5=AF=AB=E9=81=93=EF=BC=9A
Hi all,
what is the easi= est way to get flent and netperf running?

I'm = helping one student with his paper which is comparing effect of AQM protoco= ls, and I suggested that he uses flent and netperf. He contacted me and sai= d that he had problems with running netperf, I tought that it was only his = lack of linux knowledge and that I'll get him unstuck really fast.

I'm a Fedora user and I tried all Fedora and CentO= S rpm packages I found for netperf and all of them are missing correct comp= ile option and give this error:
ERROR: Runner TCP upload BE faile= d check: /usr/bin/netperf does not support demo mode.

<= div>Seams that Fedora packages didn't read instructions for compiling a= nd I'll contact them and let them know.

So now= I'm looking for your experience and to point me in the right direction= . Should I try some version of Ubuntu or Arch?

Tha= nks!

Valent.
_______________________________________________
Make-wifi-fast mailing list
M= ake-wifi-fast@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/make-wif= i-fast
--000000000000047e530591b7c236--