diff --git a/sysutils/Makefile b/sysutils/Makefile index 3db482dd356d..bd3a6860bdad 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -360,6 +360,7 @@ SUBDIR += stmpclean SUBDIR += stow SUBDIR += stowES + SUBDIR += stress SUBDIR += su2 SUBDIR += symlinks SUBDIR += synergy diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile new file mode 100644 index 000000000000..772e781d9a07 --- /dev/null +++ b/sysutils/stress/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: stress +# Date created: 18 May 2004 +# Whom: Dmitri Nikulin +# +# $FreeBSD$ +# + +PORTNAME= stress +PORTVERSION= 0.18.1 +CATEGORIES= sysutils +MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ + +MAINTAINER= setagllib@optusnet.com.au +COMMENT= Tool to impose load on and stress test Unix-like systems + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} + +INFO= stress +MAN1= stress.1 +PLIST_FILES= bin/stress + +.include diff --git a/sysutils/stress/distinfo b/sysutils/stress/distinfo new file mode 100644 index 000000000000..b9002374ad4f --- /dev/null +++ b/sysutils/stress/distinfo @@ -0,0 +1,2 @@ +MD5 (stress-0.18.1.tar.gz) = 6d17ea5e752653021f3f96077541ade7 +SIZE (stress-0.18.1.tar.gz) = 142586 diff --git a/sysutils/stress/pkg-descr b/sysutils/stress/pkg-descr new file mode 100644 index 000000000000..00d454cb6522 --- /dev/null +++ b/sysutils/stress/pkg-descr @@ -0,0 +1,16 @@ +stress is a tool which imposes a configurable amount of CPU, +memory, I/O, or disk stress on a POSIX-compliant operating +system. It is written in portable ANSI C, and uses the GNU +Autotools to compile on a great number of UNIX-like operating +systems. + +stress is not a benchmark. It is a tool used by system +administrators to evaluate how well their systems will scale, +by kernel programmers to evaluate perceived performance +characteristics, and by systems programmers to expose the +classes of bugs which only or more frequently manifest +themselves when the system is under heavy load. + +WWW: http://weather.ou.edu/~apw/projects/stress/ + +setagllib@optusnet.com.au