table of contents
SWITCHTEST(1) | Xenomai Manual | SWITCHTEST(1) |
NAME¶
switchtest - Xenomai context switch test
SYNOPSIS¶
switchtest [options] threadspec threadspec...
DESCRIPTION¶
switchtest is part of Xenomai. It can be used to test thread context switches. switchtest creates threads of various types and attempts to switch context between these threads, printing the count of context switches every second. A suitable Xenomai enabled kernel with the respective module (xeno_posix) must be installed.
OPTIONS¶
Each threadspec specifies the characteristics of a thread to be created:
threadspec = (rtk|rtup|rtus|rtuo)(_fp|_ufpp|_ufps)*[0-9]*
rtk
rtup
rtus
rtuo
_fp
_ufpp
_ufps
[0-9]
Passing no threadspec is equivalent to running:
switchtest rtkN rtkN rtk_fpN rtk_fpN rtk_fp_ufppN rtk_fp_ufppN rtupN rtupN rtup_ufppN rtup_ufppN rtusN rtusN rtus_ufpsN rtus_ufpsN rtuoN rtuoN rtuo_ufppN rtuo_ufppN rtuo_ufpsN rtuo_ufpsN rtuo_ufpp_ufpsN rtuo_ufpp_ufpsN
with N=1,...,nr_cpus, i.e. occurrences of all the arguments for each CPU
Passing only the --nofpu or -n argument is equivalent to running:
switchtest rtkN rtkN rtupN rtupN rtusN rtusN rtuoN rtuoN
similar to the above.
switchtest accepts the following options:
--help, -h
--lines <lines>, -l <lines>
--quiet or -q
--timeout <duration>, -T <duration>
--nofpu, -n
AUTHOR¶
switchtest was written by Philippe Gerum and Gilles Chanteperdrix. This man page was written by Roland Stigge.
2008/04/19 | Xenomai 2.6.4 |