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 dJpFHNRwN106TgAAOr1fkg (envelope-from ) for ; Tue, 23 Jul 2019 22:40:52 +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=ijGYrAKj Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 4E30F642135 for ; Tue, 23 Jul 2019 22:40:49 +0200 (CEST) Received: from [::1] (port=32846 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1hq1aa-006DVY-6R; Tue, 23 Jul 2019 23:40:48 +0300 Received: from out-14.smtp.github.com ([192.30.254.197]:44955) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hq1aS-006DPQ-B4 for flent-users@flent.org; Tue, 23 Jul 2019 23:40:46 +0300 Date: Tue, 23 Jul 2019 13:39:59 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1563914399; bh=B93rpfMNU4S4zjpUIJd7QLb8GEo+TpU1ZtQ5xgzpuqY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ijGYrAKj3zTmoG9crFNllsCpwS/1Dn/1eqvT03YonGE9nTfomyt9C3xaebf1Nj5R2 n4ONTJXYReu7kthvUUUlC5fy1DOkMv8EsfiDGc/AGXI3ukjwOT2qsjrVzRuVDyRi6C dUmrtrfBTni/xJk3DJyPMbvCGXPLi+hJ5n7QhId0= From: dignacioconde To: tohojo/flent Message-ID: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: dignacioconde 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] No suitable Iperf binary Found (#171) 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="===============6082757402531628631==" 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 --===============6082757402531628631== Content-Type: multipart/alternative; boundary="--==_mimepart_5d37709f2a37a_18883faa3e4cd95c11033b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d37709f2a37a_18883faa3e4cd95c11033b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit root@n1:/tmp/pycore.50542/n1.conf# flent -H 10.0.0.21 udp_flood --debug-error Started Flent 1.3.0 using Python 3.6.8. Starting udp_flood test. Expected run time: 70 seconds. WARNING: Found iperf binary (), but it does not have an --enhancedreports option. Not using. ERROR: Runner UDP upload failed check: No suitable Iperf binary found. Traceback (most recent call last): File "/usr/share/flent/flent/aggregators.py", line 121, in collect t.check() File "/usr/share/flent/flent/runners.py", line 1457, in check marking=self.marking) File "/usr/share/flent/flent/runners.py", line 1503, in find_binary raise RunnerCheckError("No suitable Iperf binary found.") flent.runners.RunnerCheckError: No suitable Iperf binary found. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/flent/flent/__init__.py", line 59, in run_flent b.run() File "/usr/share/flent/flent/batch.py", line 617, in run return self.run_test(self.settings, self.settings.DATA_DIR, True) File "/usr/share/flent/flent/batch.py", line 515, in run_test res = self.agg.postprocess(self.agg.aggregate(res)) File "/usr/share/flent/flent/aggregators.py", line 233, in aggregate measurements, metadata, raw_values = self.collect() File "/usr/share/flent/flent/aggregators.py", line 123, in collect raise RuntimeError("Runner %s failed check: %s" % (n, e)) RuntimeError: Runner UDP upload failed check: No suitable Iperf binary found. I though it was because of the binary name, it was iperf3 so i renamed it to iperf but it seems Flent needs iperf 2? It's the one that has --enhancedreports option. -- 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/171 ----==_mimepart_5d37709f2a37a_18883faa3e4cd95c11033b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

root@n1:/tmp/pycore.50542/n1.conf# flent -H 10.0.0.21 udp_flood --debug-error
Started Flent 1.3.0 using Python 3.6.8.
Starting udp_flood test. Expected run time: 70 seconds.
WARNING: Found iperf binary (), but it does not have an --enhancedreports option. Not using.
ERROR: Runner UDP upload failed check: No suitable Iperf binary found.
Traceback (most recent call last):
File "/usr/share/flent/flent/aggregators.py", line 121, in collect
t.check()
File "/usr/share/flent/flent/runners.py", line 1457, in check
marking=self.marking)
File "/usr/share/flent/flent/runners.py", line 1503, in find_binary
raise RunnerCheckError("No suitable Iperf binary found.")
flent.runners.RunnerCheckError: No suitable Iperf binary found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/share/flent/flent/init.py", line 59, in run_flent
b.run()
File "/usr/share/flent/flent/batch.py", line 617, in run
return self.run_test(self.settings, self.settings.DATA_DIR, True)
File "/usr/share/flent/flent/batch.py", line 515, in run_test
res = self.agg.postprocess(self.agg.aggregate(res))
File "/usr/share/flent/flent/aggregators.py", line 233, in aggregate
measurements, metadata, raw_values = self.collect()
File "/usr/share/flent/flent/aggregators.py", line 123, in collect
raise RuntimeError("Runner %s failed check: %s" % (n, e))
RuntimeError: Runner UDP upload failed check: No suitable Iperf binary found.

I though it was because of the binary name, it was iperf3 so i renamed it to iperf but it seems Flent needs iperf 2? It's the one that has --enhancedreports option.


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_5d37709f2a37a_18883faa3e4cd95c11033b-- --===============6082757402531628631== 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 --===============6082757402531628631==--