common_osnoise_options.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. |threshold| replace:: **-a/--auto**, **-s/--stop**, or **-S/--stop-total**
  2. .. |thresharg| replace:: -s
  3. .. |tracer| replace:: osnoise
  4. .. |actionsperf| replace::
  5. Due to implementational limitations, actions might be delayed
  6. up to one second after tracing is stopped.
  7. **-a**, **--auto** *us*
  8. Set the automatic trace mode. This mode sets some commonly used options
  9. while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
  10. **-p**, **--period** *us*
  11. Set the *osnoise* tracer period in microseconds.
  12. **-r**, **--runtime** *us*
  13. Set the *osnoise* tracer runtime in microseconds.
  14. **-s**, **--stop** *us*
  15. Stop the trace if a single sample is higher than the argument in microseconds.
  16. If **-T** is set, it will also save the trace to the output.
  17. **-S**, **--stop-total** *us*
  18. Stop the trace if the total sample is higher than the argument in microseconds.
  19. If **-T** is set, it will also save the trace to the output.
  20. **-T**, **--threshold** *us*
  21. Specify the minimum delta between two time reads to be considered noise.
  22. The default threshold is *5 us*.
  23. **-t**, **--trace** \[*file*]
  24. Save the stopped trace to [*file|osnoise_trace.txt*].