hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
XENO-TEST(1)
============
:doctype: manpage
:revdata: 2013/08/25
:man source: Xenomai
:man version: {xenover}
:man manual: Xenomai Manual
 
NAME
-----
xeno-test - Run latency test under load
 
SYNOPSIS
---------
*xeno-test* [ -l loadscript ] [ latency options ]
 
DESCRIPTION
------------
 
*xeno-test* runs a series of test finishing with the latency test run
with a user script to generate load, in order to measure the best case
and worst case latencies. The default command used to generate load is
"dohell 900".
 
OPTIONS
--------
*xeno-test* accepts the following options:
 
*-l <loadscript>*::
run <loadscript> while running latency, in order to measure latency
under load, the link:../dohell/index.html[dohell(1)] script is provided for
this purpose, see its link:../dohell/index.html[manual page] for more details.
 
*other options*::
are passed to the latency test, see link:../latency/index.html[latency(1)] 
for the list of supported options.
 
SEE ALSO
--------
 
*link:../dohell/index.html[dohell(1)], link:../latency/index.html[latency(1)]*.
 
EXAMPLE
--------
--------------------------------------------------------------------------------
xeno-test -l "dohell -s 192.168.0.5 -m /mnt -l /ltp" -p 100 -g histo
--------------------------------------------------------------------------------