From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.2 Received: from mail.toke.dk by mail.toke.dk with LMTP id 2HzGIKm3JF27WQAAOr1fkg (envelope-from ) for ; Tue, 09 Jul 2019 17:50:01 +0200 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=na3zPb6H Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 6289863639A for ; Tue, 9 Jul 2019 17:49:59 +0200 (CEST) Received: from [::1] (port=40234 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1hksNQ-002K5w-O6; Tue, 09 Jul 2019 18:49:56 +0300 Received: from out-19.smtp.github.com ([192.30.252.202]:52881) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hksNE-002Jzw-HB for flent-users@flent.org; Tue, 09 Jul 2019 18:49:50 +0300 Date: Tue, 09 Jul 2019 08:49:04 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1562687344; bh=lrg3xNb829onFRNfq6xMO2j8FM6q8bM3zdNl+ErDtzM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: From; b=na3zPb6H4cTLiD1zlUmHayz1wJuETe2XPij/uFFjdp7ApanzmXGCOBRc/suKXiLYI XOUQ+TjxKmj8nJb4eUQbfY8kBGqMEA/txrTxNoVgeDoJTB8tEjbsDYdU7jAPUOgTE3 Euo7bC6hqPUJjim4BvtM2OsavK1MKMIRzNRV7vw4= From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: [Flent-users] [tohojo/flent] Release v1.3.0 - Flent v1.3.0 X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.27 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Subscribed Content-Type: multipart/mixed; boundary="===============8411927746169503547==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============8411927746169503547== Content-Type: multipart/alternative; boundary="--==_mimepart_5d24b77052cb4_e963fe2b5ccd96821084f0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d24b77052cb4_e963fe2b5ccd96821084f0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Released on 2019-07-09. Note that this will be the last release with Python 2 support! Changes since v1.2.2 include: - New --data-cutoff parameter filter data outside a specified time interval when plotting or formatting. This is useful for, e.g., showing flow behaviour after steady state has been reached for long-running tests. - New cc_algos test parameter to set per-flow congestion control algorithm being used by Netperf for TCP flows. - Storing lots more metadata from Netperf data series, including total elapsed time, total bytes sent and received and reported TOS. - Fixes to plot label override settings. - Option to copy metadata to clipboard from GUI right-click menu. - Support for passing DSCP mark values to Iperf. - Lots of bug fixes, mostly in the plotting and display code. And better test coverage to hopefully prevent things regressing again. - Addition of .appdata.xml file for the GUI, and an RPM spec file for packaging on RPM-based distros. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/tohojo/flent/releases/tag/v1.3.0 ----==_mimepart_5d24b77052cb4_e963fe2b5ccd96821084f0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Flent v1.3.0

Repository: tohojo/flent · Tag: v1.3.0 · Commit: a139e6a · Released by: tohojo

Released on 2019-07-09.

Note that this will be the last release with Python 2 support!

Changes since v1.2.2 include:

  • New --data-cutoff parameter filter data outside a specified time interval when
    plotting or formatting. This is useful for, e.g., showing flow behaviour after
    steady state has been reached for long-running tests.

  • New cc_algos test parameter to set per-flow congestion control algorithm being
    used by Netperf for TCP flows.

  • Storing lots more metadata from Netperf data series, including total elapsed
    time, total bytes sent and received and reported TOS.

  • Fixes to plot label override settings.

  • Option to copy metadata to clipboard from GUI right-click menu.

  • Support for passing DSCP mark values to Iperf.

  • Lots of bug fixes, mostly in the plotting and display code. And better test
    coverage to hopefully prevent things regressing again.

  • Addition of .appdata.xml file for the GUI, and an RPM spec file for packaging
    on RPM-based distros.

This release has 5 assets:

  • flent-1.3.0-1.fc30.src.rpm
  • flent-1.3.0-py2.py3-none-any.whl
  • flent-1.3.0-py2.py3-none-any.whl.asc
  • Source code (zip)
  • Source code (tar.gz)

Visit the release page to download them.


You are receiving this because you are watching this repository.
View it on GitHub or unsubscribe from all notifications for this repository.

----==_mimepart_5d24b77052cb4_e963fe2b5ccd96821084f0-- --===============8411927746169503547== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============8411927746169503547==--