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 A0B3B21F217 for ; Mon, 25 May 2015 03:32:12 -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=1432549924; bh=gRn95tYdcgNzceq1rOeCQ/FRioZ7jLdYcSsCMslVbgc=; h=From:To:Subject:Date; b=cEl6IaMzHkczW7XkgGOvIlfyngOl92lbAC1xHbKC1CE4kFsaqHmNKUMwVGNz9nQkM fA1845rH77T6ryL3/EwrVBQgOK9Etqg9j1kAWt/hAN8b+JgMlG84L7iW12Nma+HTDN gEzqFnTtp0kEfS6EGyoWeDLmRTqKLnGP4Z0Iec4U= Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id E189FC4027C; Mon, 25 May 2015 12:32:03 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: bloat Date: Mon, 25 May 2015 12:32:03 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87wpzxvtgc.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: [Bloat] Announcing Flent v0.11.0 X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 10:32:42 -0000 X-List-Received-Date: Mon, 25 May 2015 10:32:42 -0000 X-List-Received-Date: Mon, 25 May 2015 10:32:42 -0000 X-List-Received-Date: Mon, 25 May 2015 10:32:42 -0000 X-List-Received-Date: Mon, 25 May 2015 10:32:42 -0000 Hey everyone So, yesterday's release of Flent uncovered a couple of issues. True to the 'release early, release often' principle, I have released a new version 0.11.0 that fixes these. Please use this version rather than 0.10.0. As before, Flent can be installed via pip by issuing `pip install flent`, or on Arch Linux through the Aur. Pre-built packages are available for Debian and Ubuntu at https://software.opensuse.org/download.html?project=home:tohojo:flent&package=flent. The issues discovered after the release of v0.10.0 which are fixed in this release are: - The file format extension has changed to `.flent` as plain-text JSON files, with optional compression as `.flent.gz` and `.flent.bz2`. The default output is `.flent.gz`. - Data files are no longer written to the current working directory by default. Instead, they are written to the system TMPDIR. A new switch, `-D` controls the location of the data files. Run with `-D .` to retain the old behaviour. This can also be set from the rcfile to have a default directory to store all data files. - Name clash issues in the Debian packaging preventing the `flent` binary from working has been fixed. - The `notsent_lowat`, `limit_output_bytes` and `timestamps` sysctl settings are now captured as part of the extended metadata. As always, please report issues to Github: https://github.com/tohojo/flent/issues Thanks, -Toke