import of netstrain-3.0:

NetStrain is a tool to measure practical data throughput between two
machines over a TCP connection.  It can be used for performance testing,
stress/stability testing and to demonstrate various network effects.  It
supports both IPv4 and IPv6.
This commit is contained in:
jolan 2003-07-25 00:46:29 +00:00
parent f7cde55761
commit 60aa590a1a
5 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/25 00:46:29 jolan Exp $
COMMENT= "tool to measure TCP throughput"
DISTNAME= netstrain-3.0
CATEGORIES= benchmarks net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netstrain/}
HOMEPAGE= http://netstrain.sourceforge.net/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# ISC-like
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netstrain
${INSTALL_DATA} ${WRKBUILD}/README ${PREFIX}/share/doc/netstrain
${INSTALL_PROGRAM} ${WRKBUILD}/netstraind ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKBUILD}/netstrain ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (netstrain-3.0.tar.gz) = ce04b79ae18c5143991ace8661baadcf
RMD160 (netstrain-3.0.tar.gz) = 7c7e06d04a101f521c01a7c5544c666261bd3d3a
SHA1 (netstrain-3.0.tar.gz) = fdeb114ee71584d95fa225b2fd55ee7bdbf08591

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/07/25 00:46:29 jolan Exp $
--- Makefile.orig Sat Aug 10 04:40:28 2002
+++ Makefile Thu Jul 24 19:05:19 2003
@@ -2,8 +2,8 @@
# variables
-CC = gcc
-CFLAGS = -Wall -O2
+#CC = gcc
+CFLAGS+=-Wall
COMMON_OBJS = error.o net6emu.o

View File

@ -0,0 +1,4 @@
NetStrain is a tool to measure practical data throughput between two
machines over a TCP connection. It can be used for performance testing,
stress/stability testing and to demonstrate various network effects. It
supports both IPv4 and IPv6.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/25 00:46:29 jolan Exp $
bin/netstrain
bin/netstraind
share/doc/netstrain/README
@dirrm share/doc/netstrain