1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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>
This commit is contained in:
Danilo G. Baio 2018-01-27 14:30:59 +00:00
parent e8a1be7f3b
commit 391e2d5713
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460126
4 changed files with 29 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += postal
SUBDIR += postmark
SUBDIR += py-naarad
SUBDIR += py-throughpy
SUBDIR += py-zopkio
SUBDIR += pybench
SUBDIR += raidtest

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1517016273
SHA256 (throughpy-0.1.tar.gz) = 80643e53542c657238113449f43851febbb514fe4438c1f6776309b145d7451c
SIZE (throughpy-0.1.tar.gz) = 2127

View File

@ -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