mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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>
This commit is contained in:
parent
f68bc95919
commit
7c5d26d439
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109488
@ -360,6 +360,7 @@
|
||||
SUBDIR += stmpclean
|
||||
SUBDIR += stow
|
||||
SUBDIR += stowES
|
||||
SUBDIR += stress
|
||||
SUBDIR += su2
|
||||
SUBDIR += symlinks
|
||||
SUBDIR += synergy
|
||||
|
23
sysutils/stress/Makefile
Normal file
23
sysutils/stress/Makefile
Normal file
@ -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>
|
2
sysutils/stress/distinfo
Normal file
2
sysutils/stress/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (stress-0.18.1.tar.gz) = 6d17ea5e752653021f3f96077541ade7
|
||||
SIZE (stress-0.18.1.tar.gz) = 142586
|
16
sysutils/stress/pkg-descr
Normal file
16
sysutils/stress/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user