tree: 9176feca3450376eb7e872a0ace411b74d2c86d2 [path history] [tgz]
  1. meta/
  2. args.cc
  3. args.h
  4. args_test.cc
  5. BUILD.gn
  6. hwstress.cc
  7. hwstress.h
  8. hwstress_test.cc
  9. main.cc
  10. OWNERS
  11. README.md
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.