Config.in 299 B

123456789
  1. config 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. https://github.com/resurrecting-open-source-projects/stress/