From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2a00:7660:6da:2001::664]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 51A413CB3F for ; Wed, 4 Sep 2019 06:03:57 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1567591435; bh=4NyOC1iHGvpKyrWXn3eds9G01YRHzq30lsok0AJuwGE=; h=From:To:Subject:In-Reply-To:References:Date:From; b=YSVUoDeaCjSEIVAUX/PmojOcBe+W3HMyg8zLGMMB1CBY3Gu0i6DP9s/JJOk2wYpHN K/fb6oYhAiwHx/6ONBOrMuR+xsrTikzU1YRO0k2O2ket6UAWeb+l4EvbzoSyvVlfzH kj9SO8vbwxeTuzboXxG6b4/rTQJKRNW7CXQ+vpSV+pEuXtlnii5YEqjz/n8Jz/tJHH p3D1qOu9T1fUvyFk7wJsVlYGRRLsoqJ6nevBqVdzb9kuOAhCwTgVA+i5gS9A7K/my2 XUD8GWdbBunsaQtay+mWYXyzh8yLJQsmy/zFqC+yyqbCX6rEhXqbjEcB6I3AuQk6+S lwwl1M8QuNrgQ== To: Valent Turkovic , make-wifi-fast@lists.bufferbloat.net In-Reply-To: References: Date: Wed, 04 Sep 2019 12:03:55 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87d0gg8jjo.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain 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:03:57 -0000 Valent Turkovic writes: > 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 fast. > > 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? The package in Debian/Ubuntu non-free should work. Otherwise, it's fairly straight forward to compile netperf from source. If you just stick it in /usr/local/bin (i.e., $PATH before the system-package version), Flent should pick it up from there... -Toke