1config BR2_PACKAGE_STRESS
2	bool "stress"
3	depends on BR2_USE_MMU # fork()
4	help
5	  A deliberately simple workload generator for POSIX systems.
6	  It imposes a configurable amount of CPU, memory, I/O, and
7	  disk stress on the system.
8
9	  https://github.com/resurrecting-open-source-projects/stress/
10