summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-19 08:42:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-19 08:42:31 +0000
commit7c5d26d43964785393f5c6c43c8216115f8306e6 (patch)
tree5da6c640de844257395a4ec468a590b951abf677
parent- Update to current version (diff)
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
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/stress/Makefile23
-rw-r--r--sysutils/stress/distinfo2
-rw-r--r--sysutils/stress/pkg-descr16
4 files changed, 42 insertions, 0 deletions
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 <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