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 2rwUNvKhI13UPAAAOr1fkg (envelope-from ) for ; Mon, 08 Jul 2019 22:05:06 +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=HGhUIqw8 Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id B4D7C63592E for ; Mon, 8 Jul 2019 22:05:04 +0200 (CEST) Received: from [::1] (port=37934 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1hkZsf-00HI4q-Bp; Mon, 08 Jul 2019 23:04:57 +0300 Received: from out-2.smtp.github.com ([192.30.252.193]:33063) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hkZsV-00HHzH-Nv for flent-users@flent.org; Mon, 08 Jul 2019 23:04:54 +0300 Date: Mon, 08 Jul 2019 13:04:07 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1562616247; bh=nkm8Mr+glw8awz2Z3ZVX/RQWg+BUFCbLU/fcqgTf1vQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HGhUIqw8udWo5/tPi7I2IX1QoZfrayVgojflF9a/AKXPSZd6RkHQuW7G/YgsQxEyf DiSDvZfl1gIWsVYVFd4GMXI/o6fQDT689+LSbyKR/JMOi7SHFP5U1eut+6gz7LZhS+ j96qPoWgfNtOPxM5IH0UbL8BObFO8AXfqxAlNXRQ= From: Pete Heist To: tohojo/flent Message-ID: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: heistp 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] flent -i summary text not working (#166) 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="===============7738693238484416433==" 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 --===============7738693238484416433== Content-Type: multipart/alternative; boundary="--==_mimepart_5d23a1b75bc2d_1d3d3fd854ccd9601026678"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d23a1b75bc2d_1d3d3fd854ccd9601026678 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On flent from head I'm not able to generate summary text for a tcp_2up test: ``` % flent -i *.flent.gz Started Flent 1.2.2-git-325dad7 using Python 3.7.3. Summary of tcp_2up test run from 2019-07-08 19:53:28.768995 Title: 'sce cc:reno,reno-sce q:triple-isolate bw:50Mbit rtt:80ms crtt:100ms' avg median # data pts Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 661, in get_rawdata rawdata = self._get_series(resultset, key, ensure=raw_key) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 640, in _get_series data = resultset.raw_values[name] KeyError: 'TCP upload::1::tcp_cwnd' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/flent", line 11, in load_entry_point('flent===1.2.2-git-325dad7', 'console_scripts', 'flent')() File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/__init__.py", line 59, in run_flent b.run() File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/batch.py", line 577, in run return self.load_input(self.settings) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/batch.py", line 558, in load_input formatter.format(results) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/formatters.py", line 326, in format self.make_combines(r, ['mean', 'median']) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/formatters.py", line 232, in make_combines combine_mode=m)[0] File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 86, in __call__ res = self.combine(results, config) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 198, in combine new_results = self.group(groups, config) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 231, in group data[s['data']] = reducer(r, s) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 460, in __call__ return self.reduce(resultset, series, data) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 541, in reduce res = r.reduce(resultset, series, data) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 675, in reduce rawdata, raw_key = self.get_rawdata(resultset, series) File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 664, in get_rawdata key, raw_key = key.split("::") ValueError: too many values to unpack (expected 2) ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/166 ----==_mimepart_5d23a1b75bc2d_1d3d3fd854ccd9601026678 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

On flent from head I'm not able to generate summary text for a tcp_2up test:

% flent -i *.flent.gz
Started Flent 1.2.2-git-325dad7 using Python 3.7.3.

Summary of tcp_2up test run from 2019-07-08 19:53:28.768995
  Title: 'sce cc:reno,reno-sce q:triple-isolate bw:50Mbit rtt:80ms crtt:100ms'

                                             avg       median          # data pts
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 661, in get_rawdata
    rawdata = self._get_series(resultset, key, ensure=raw_key)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 640, in _get_series
    data = resultset.raw_values[name]
KeyError: 'TCP upload::1::tcp_cwnd'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/flent", line 11, in <module>
    load_entry_point('flent===1.2.2-git-325dad7', 'console_scripts', 'flent')()
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/__init__.py", line 59, in run_flent
    b.run()
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/batch.py", line 577, in run
    return self.load_input(self.settings)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/batch.py", line 558, in load_input
    formatter.format(results)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/formatters.py", line 326, in format
    self.make_combines(r, ['mean', 'median'])
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/formatters.py", line 232, in make_combines
    combine_mode=m)[0]
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 86, in __call__
    res = self.combine(results, config)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 198, in combine
    new_results = self.group(groups, config)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 231, in group
    data[s['data']] = reducer(r, s)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 460, in __call__
    return self.reduce(resultset, series, data)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 541, in reduce
    res = r.reduce(resultset, series, data)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 675, in reduce
    rawdata, raw_key = self.get_rawdata(resultset, series)
  File "/usr/local/lib/python3.7/site-packages/flent-1.2.2_git_325dad7-py3.7.egg/flent/combiners.py", line 664, in get_rawdata
    key, raw_key = key.split("::")
ValueError: too many values to unpack (expected 2)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5d23a1b75bc2d_1d3d3fd854ccd9601026678-- --===============7738693238484416433== 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 --===============7738693238484416433==--