diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 08:42:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 08:42:31 +0000 |
commit | 7c5d26d43964785393f5c6c43c8216115f8306e6 (patch) | |
tree | 5da6c640de844257395a4ec468a590b951abf677 /sysutils/stress | |
parent | f68bc9591991ea6c023e6b73133333c6ac70a396 (diff) | |
download | ports-7c5d26d43964785393f5c6c43c8216115f8306e6.tar.gz ports-7c5d26d43964785393f5c6c43c8216115f8306e6.zip |
Add stress 0.18.1,
stress is a tool which imposes a configurable amount of CPU,
memory, I/O, or disk stress on a POSIX-compliant operating
system.
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.
PR: ports/66862
Submitted by: Dmitri Nikulin <setagllib@optusnet.com.au>
Notes
Notes:
svn path=/head/; revision=109488
Diffstat (limited to 'sysutils/stress')
-rw-r--r-- | sysutils/stress/Makefile | 23 | ||||
-rw-r--r-- | sysutils/stress/distinfo | 2 | ||||
-rw-r--r-- | sysutils/stress/pkg-descr | 16 |
3 files changed, 41 insertions, 0 deletions
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 <setagllib@optusnet.com.au> +# +# $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 <bsd.port.mk> 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 |