2012-05-04 13:32:56 +02:00
|
|
|
config BR2_PACKAGE_STRESS
|
|
|
|
bool "stress"
|
2013-09-25 07:44:06 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-05-04 13:32:56 +02:00
|
|
|
help
|
|
|
|
A deliberately simple workload generator for POSIX systems.
|
|
|
|
It imposes a configurable amount of CPU, memory, I/O, and
|
|
|
|
disk stress on the system.
|
|
|
|
|
2014-09-24 12:58:23 +02:00
|
|
|
http://people.seas.harvard.edu/~apw/stress/
|