Port details |
- stress Tool to impose load on and stress test Unix-like systems
- 1.0.4_2 sysutils =14 1.0.4_2Version of this port present on the latest quarterly branch.
- Maintainer: skreuzer@FreeBSD.org
- Port Added: 2004-05-19 08:43:25
- Last Update: 2024-03-22 20:18:19
- Commit Hash: 22c757f
- People watching this port, also watch:: nmap, sudo, unzip, rsync, pcre
- License: GPLv3
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/stress/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/stress
- pkg install stress
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stress
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630090220
SHA256 (stress-1.0.4.tar.gz) = 369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0
SIZE (stress-1.0.4.tar.gz) = 201495
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_stress
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4_2 22 Mar 2024 20:18:19 |
Nuno Teixeira (eduardo) |
sysutils/stress: Move man pages to share/man
Approved by: portmgr (blanket) |
1.0.4_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.4_1 27 Aug 2021 19:01:38 |
Steven Kreuzer (skreuzer) |
sysutils/stress: Fix MASTER_SITE
Update MASTER_SITE so the tarball is fetchable
Remove WWW from pkg-descr as the site is no longer online
PR: 258099
Reported by: Graham Perrin <grahamperrin@gmail.com> |
1.0.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4_1 30 Nov 2019 02:17:44 |
skreuzer |
Update MASTER_SITES
Make the port fetchable again by updating MASTER_SITES to point to a new
mirror of the tarball |
1.0.4_1 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
1.0.4_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.0.4 03 Apr 2017 13:06:28 |
skreuzer |
Remove fossies.org from MASTER_SITES as the distfile they are distributing is
fails to match the checksum in distinfo
PR: 217890
Reported by: Kurt Jaeger <pi@FreeBSD.org> |
1.0.4 09 Jan 2014 21:13:33 |
skreuzer |
Update MASTER_SITES
Add staging support
Define LICENSE |
1.0.4 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0.4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.4 21 Jun 2010 13:35:24 |
skreuzer |
Adopt port and update to 1.0.4
PR: ports/145890
Feature safe: yes |
1.0.1 19 Jun 2010 04:23:03 |
linimon |
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.
Hat: portmgr
Feature safe: yes |
1.0.1 14 Sep 2009 18:01:01 |
garga |
- Update to 1.0.1
PR: ports/137897
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer timeout (>14 days) |
1.0.0 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.0 31 Jan 2008 13:08:41 |
jmelo |
- Update to 1.0.0
PR: ports/119186
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> |
0.18.9 05 Sep 2007 14:31:37 |
jmelo |
- Update to 0.18.9.
PR: ports/115273
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> |
0.18.8 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.18.8 05 Apr 2006 21:04:30 |
jmelo |
- Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by: mnag (mentor) |
0.18.8 14 Dec 2005 13:27:02 |
ehaupt |
- Update to 0.18.8
- Respect CFLAGS
PR: 90302
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
0.18.7 14 Nov 2005 12:31:21 |
garga |
- Update to 0.18.7
- Add SHA256
- Add a backup MASTER_SITES
PR: ports/89005
Submitted by: maintainer |
0.18.6 01 Nov 2005 09:55:16 |
garga |
- Update to 0.18.6
- Pass maintainership to submitter, since maintainer is inactive
for over a year.
PR: ports/87629
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (14 days) |
0.18.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.18.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.18.1 19 May 2004 08:42:31 |
krion |
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> |