From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id A4BE921FF95; Sat, 1 Aug 2015 04:11:11 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1438427463; bh=oWnhD+J2inVC4AF2OTDcS6tydf82gEAgW+/9PpBVYlA=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=leDdUdZuD6D5mX/BExLqHcpKTjR+LOdWrjC11q5D4QX0lnvAiwl5R/vHqWtjAAeMZ VDLrNorDnc3qoy68W53d91Y9XDPBXF7xWDMKjS5AnfuJgOcAm5V/AiqBrR0SNcJC8h PC2+eA/hGGnVbzJigHEw5Fid/IELodG9EJCZnTjQ= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id ED47241E62; Sat, 1 Aug 2015 13:11:01 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht References: Date: Sat, 01 Aug 2015 13:11:01 +0200 In-Reply-To: (Dave Taht's message of "Fri, 31 Jul 2015 07:16:20 -0700") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87mvyb6z7e.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: cake@lists.bufferbloat.net, make-wifi-fast@lists.bufferbloat.net, flent-devel@flent.org Subject: Re: [Cake] fiddling with variable bandwidth (emulating wifi rate control) with cake and flent X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Aug 2015 11:11:40 -0000 Dave Taht writes: > 2) sqm-scripts has changed dramatically since I last used it. What I > used to use on debian was: > > IFACE=eth0 QDISC=codel UPLINK=x DOWNLINK=y ./simplest.qos > > what do I now? Hmm, running from the git directory is not explicitly supported right now. But if you do 'sudo make install' you should be able to do IFACE=eth0 QDISC=codel SCRIPT=simplest.qos UPLINK=x DOWNLINK=y /usr/lib/sqm/start-sqm If you define the variables in platform/linux/sqm.conf to something reasonable, you could conceivably run it from the git checkout as well... > 4) flent needs to be able to sample at faster rates than it does. > (theres a bug filed on this). I'd like to be able to see in detail the > roughly 3 second period where > the latency goes up when the bandwidth goes down. This is more a limitation of the underlying tools. Not sure it's readily solvable; I would rather not run things as root... > 5) the qdisc stats code needs to work on openwrt (can't, no fractional sleep) > (I keep threatening to rewrite this in c) Well hopefully those threats will turn into reality at some point ;) > 6) bugs in the qdisc_stats plots, from sampling, to code output, to > the last 2 plots, Will look this over. -Toke