mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7c5d26d439
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>
17 lines
663 B
Plaintext
17 lines
663 B
Plaintext
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
|