mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
4022f5fe44
Switch to an active fork: "The original stress went unmaintained; the source of the last version, 1.0.4, was imported from Debian. After, patches from Debian and other changes were applied to create the 1.0.5 release. The details of each release are registered in the ChangeLog file. Now, stress is maintained by volunteers under Resurrecting Open Source Projects." https://github.com/resurrecting-open-source-projects/stress/blob/1.0.5/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
config BR2_PACKAGE_STRESS
|
|
bool "stress"
|
|
depends on BR2_USE_MMU # fork()
|
|
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.
|
|
|
|
https://github.com/resurrecting-open-source-projects/stress/
|