import udpbench 1.01
OK kn@ Comment: udp network benchmarking tool Description: Measure UDP send and receive performance. Be very careful that the data is reliable. Avoid unnecessary system calls that may affect the result.
This commit is contained in:
parent
cff4a25c86
commit
5d7fcf5097
19
benchmarks/udpbench/Makefile
Normal file
19
benchmarks/udpbench/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
COMMENT = udp network benchmarking tool
|
||||
|
||||
VERSION = 1.01
|
||||
DISTNAME = udpbench-${VERSION}
|
||||
|
||||
CATEGORIES = benchmarks
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c
|
||||
|
||||
MASTER_SITES = https://github.com/bluhm/udpbench/releases/download/v${VERSION}/
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
benchmarks/udpbench/distinfo
Normal file
2
benchmarks/udpbench/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (udpbench-1.01.tar.gz) = N/QIIi4aj0GR7gh8alSn6G/QRfs9zkzkr9dFrczKymk=
|
||||
SIZE (udpbench-1.01.tar.gz) = 7067
|
3
benchmarks/udpbench/pkg/DESCR
Normal file
3
benchmarks/udpbench/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Measure UDP send and receive performance. Be very careful that the
|
||||
data is reliable. Avoid unnecessary system calls that may affect
|
||||
the result.
|
2
benchmarks/udpbench/pkg/PLIST
Normal file
2
benchmarks/udpbench/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@bin bin/udpbench
|
||||
@man man/man1/udpbench.1
|
Loading…
Reference in New Issue
Block a user