1**-c**, **--cpus** *cpu-list* 2 3 Set the osnoise tracer to run the sample threads in the cpu-list. 4 5**-d**, **--duration** *time[s|m|h|d]* 6 7 Set the duration of the session. 8 9**-D**, **--debug** 10 11 Print debug info. 12 13**-t**, **--trace**\[*=file*] 14 15 Save the stopped trace to [*file|osnoise_trace.txt*]. 16 17**-P**, **--priority** *o:prio|r:prio|f:prio|d:runtime:period* 18 19 Set scheduling parameters to the osnoise tracer threads, the format to set the priority are: 20 21 - *o:prio* - use SCHED_OTHER with *prio*; 22 - *r:prio* - use SCHED_RR with *prio*; 23 - *f:prio* - use SCHED_FIFO with *prio*; 24 - *d:runtime[us|ms|s]:period[us|ms|s]* - use SCHED_DEADLINE with *runtime* and *period* in nanoseconds. 25 26**-h**, **--help** 27 28 Print help menu. 29