import of 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.  It is
written in highly-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.
This commit is contained in:
jolan 2003-08-09 03:17:55 +00:00
parent c75167d854
commit e1819e0e69
5 changed files with 50 additions and 0 deletions

20
sysutils/stress/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/09 03:17:55 jolan Exp $
COMMENT= "tool to impose configurable amount of load"
DISTNAME= stress-0.18.1
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://weather.ou.edu/~apw/projects/stress/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>

3
sysutils/stress/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (stress-0.18.1.tar.gz) = 6d17ea5e752653021f3f96077541ade7
RMD160 (stress-0.18.1.tar.gz) = 4b7e8475f731657fdd595601dceeb59923b95e4c
SHA1 (stress-0.18.1.tar.gz) = b28f10dac76c58c09f4bf859194d3edfcbcdb2ad

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2003/08/09 03:17:55 jolan Exp $
--- src/Makefile.in.orig 2003-07-31 17:43:50.000000000 -0500
+++ src/Makefile.in 2003-08-08 22:01:16.000000000 -0500
@@ -76,7 +76,7 @@ am__quote = @am__quote@
install_sh = @install_sh@
MAINTAINERCLEANFILES = Makefile.in
-CFLAGS = -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+CFLAGS+= -Wall -Werror -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
bin_PROGRAMS = stress
stress_SOURCES = stress.c

View File

@ -0,0 +1,9 @@
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 highly-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.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/09 03:17:55 jolan Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/stress.info
bin/stress
info/stress.info
man/man1/stress.1
@exec install-info --info-dir=%D/info %D/info/stress.info