Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2018 14:30:59 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460126 - in head/benchmarks: . py-throughpy
Message-ID:  <201801271430.w0REUxbt024025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jan 27 14:30:59 2018
New Revision: 460126
URL: https://svnweb.freebsd.org/changeset/ports/460126

Log:
  Add benchmarks/py-throughpy: Python script to test throughput with iperf3
  
  Execute throughput tests with iperf3 and get some formatted responses.
  The output shows just the min, max and average values.
  
  WWW: https://github.com/kanazux/throughpy
  
  PR:		225478
  Submitted by:	Silvio Ap Silva <contato@kanazuchi.com>

Added:
  head/benchmarks/py-throughpy/
  head/benchmarks/py-throughpy/Makefile   (contents, props changed)
  head/benchmarks/py-throughpy/distinfo   (contents, props changed)
  head/benchmarks/py-throughpy/pkg-descr   (contents, props changed)
Modified:
  head/benchmarks/Makefile

Modified: head/benchmarks/Makefile
==============================================================================
--- head/benchmarks/Makefile	Sat Jan 27 13:45:53 2018	(r460125)
+++ head/benchmarks/Makefile	Sat Jan 27 14:30:59 2018	(r460126)
@@ -62,6 +62,7 @@
     SUBDIR += postal
     SUBDIR += postmark
     SUBDIR += py-naarad
+    SUBDIR += py-throughpy
     SUBDIR += py-zopkio
     SUBDIR += pybench
     SUBDIR += raidtest

Added: head/benchmarks/py-throughpy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/py-throughpy/Makefile	Sat Jan 27 14:30:59 2018	(r460126)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	throughpy
+PORTVERSION=	0.1
+CATEGORIES=	benchmarks python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	contato@kanazuchi.com
+COMMENT=	Python script to test throughput with iperf3
+
+LICENSE=	BSD2CLAUSE
+
+RUN_DEPENDS=	iperf3>=0:benchmarks/iperf3
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/benchmarks/py-throughpy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/py-throughpy/distinfo	Sat Jan 27 14:30:59 2018	(r460126)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517016273
+SHA256 (throughpy-0.1.tar.gz) = 80643e53542c657238113449f43851febbb514fe4438c1f6776309b145d7451c
+SIZE (throughpy-0.1.tar.gz) = 2127

Added: head/benchmarks/py-throughpy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/py-throughpy/pkg-descr	Sat Jan 27 14:30:59 2018	(r460126)
@@ -0,0 +1,4 @@
+Execute throughput tests with iperf3 and get some formatted responses.
+The output shows just the min, max and average values.
+
+WWW: https://github.com/kanazux/throughpy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801271430.w0REUxbt024025>