freebsd-ports/sysutils/stress/Makefile
Kirill Ponomarev 7c5d26d439 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>
2004-05-19 08:42:31 +00:00

23 lines
534 B
Makefile

# 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>