tree: 8ca90dc0b682982a7c46eeb4c6fe8304c5913181 [path history] [tgz]
  1. meta/
  2. args.cc
  3. args.h
  4. args_test.cc
  5. BUILD.gn
  6. cpu.cc
  7. cpu.h
  8. cpu_test.cc
  9. hwstress.cc
  10. hwstress.h
  11. hwstress_test.cc
  12. main.cc
  13. OWNERS
  14. README.md
  15. status.cc
  16. status.h
  17. status_test.cc
  18. temperature_sensor.cc
  19. temperature_sensor.h
  20. temperature_sensor_test.cc
  21. util.cc
  22. util.h
  23. util_test.cc
garnet/bin/hwstress/README.md

hwstress

Tool for exercising hardware components, such as CPU and RAM, to try and detect faulty hardware.

Example usage:

hwstress

See also:

  • loadgen (zircon/system/uapp/loadgen) which has many threads performing cycles of idle / CPU work, useful for exercising the kernel's scheduler.

  • kstress (zircon/system/uapp/kstress) which is designed to stress test the kernel itself.