Tool
|
Platforms
|
Notes
|
Ballista
|
Unix, Windows (not clearly
specified)
|
Operating system robustness
testing tool, the result of a research project led by Phil Koopman at
Carnegie Mellon University.
|
cpuburn
|
Windows, Linux, BSD
|
Designed to heavily load CPU chips, Intel P5,
& P6, AMD K6 & K7. Stresses the cooling systems, motherboard,
and power supply.
|
crashme
|
Unix, Windows, OS/2, VMS
|
A classic robustness test tool that executes
random bits of data. Tends to exercise a system's low-level exception
handling capabilities, because most of the instructions are invalid.
|
| dbgrinder |
Any platform supported by Perl
|
Induces a randomly generated load on a MySQL
database server.
|
fuzz
|
Unix, Windows NT
|
A research project that did
random testing on Unix utilities and system calls, network
services, and X-Windows and MS Windows GUI events.
|
Open DTE
|
Any platform supported by Java
|
A generic controller for
distributing stress tests across multiple machines. GUI interface. The
project seems to be dormant.
|
stress
|
Unix
|
A simple tool which imposes a
configurable amount of CPU, memory, I/O, and disk stress on a
POSIX-compliant operating system.
|
Stress tool
|
Any platform supported by Java
|
Simple web test tool with a
command-line interface. Source code not available.
|
stress_driver
|
Linux, Windows
|
Generic randomized stress test
scheduler, command-line interface. I designed the tool and later ported
it to Linux and Cygwin.
|
Torture
|
Unix
|
Simple web stress test tool, can
post randomized data to web forms.
|