tree: 2e2195546177af32f8da1c8caad714e6dab9c180 [path history] [tgz]
  1. BUILD.gn
  2. main.cc
  3. METADATA.textproto
  4. OWNERS
  5. README.md
  6. stress_test.cc
  7. stress_test.h
  8. vmstress.cc
src/zircon/bin/kstress/README.md

kstress

The kstress command runs VM stress tests. Some VM stress tests use syscalls from the next vDSO, and so need to be run as a component with the use_next_vdso flag. Therefore the VM stress tests should be run as the test component vm-stress-test.cm instead of using the kstress command directly at the shell prompt.

Build and run the test component like so:

fx set core.x64 --with src/zircon/tests/stress-tests:tests
fx build
fx qemu
fx test vm-stress-test